| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| Added | NA | Module name: ohos.app.ability.abilityManager Class name: AbilityState Method or attribute name: FOCUS = 2 | @ohos.app.ability.abilityManager.d.ts |
| Added | NA | Class name: appManager Method or attribute name: function getRunningProcessInformation(): Promise<Array<ProcessInformation>>; | @ohos.app.ability.appManager.d.ts |
| Added | NA | Class name: appManager Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; | @ohos.app.ability.appManager.d.ts |
| Added | NA | Class name: RestartFlag Method or attribute name: RESTART_WHEN_JS_CRASH = 0x0001 | @ohos.app.ability.appRecovery.d.ts |
| Added | NA | Class name: RestartFlag Method or attribute name: RESTART_WHEN_APP_FREEZE = 0x0002 | @ohos.app.ability.appRecovery.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: dialogRequest | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: RequestInfo | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: ResultCode | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: ResultCode Method or attribute name: RESULT_OK = 0 | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: ResultCode Method or attribute name: RESULT_CANCEL = 1 | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: RequestResult | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: RequestResult Method or attribute name: result: ResultCode; | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: RequestCallback | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: RequestCallback Method or attribute name: setRequestResult(result: RequestResult): void; | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: dialogRequest Method or attribute name: function getRequestInfo(want: Want): RequestInfo; | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Module name: ohos.app.ability.dialogRequest Class name: dialogRequest Method or attribute name: function getRequestCallback(want: Want): RequestCallback; | @ohos.app.ability.dialogRequest.d.ts |
| Added | NA | Class name: Want Method or attribute name: parameters?: {[key: string]: Object}; | @ohos.app.ability.Want.d.ts |
| Added | NA | Class name: CompleteData Method or attribute name: extraInfo?: { [key: string]: Object }; | @ohos.app.ability.wantAgent.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Module name: ohos.app.ability.wantConstant Class name: Params Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: Params Method or attribute name: ABILITY_BACK_TO_OTHER_MISSION_STACK = "ability.params.backToOtherMissionStack" | @ohos.app.ability.wantConstant.d.ts |
| Added | NA | Class name: continuationManager Method or attribute name: function on(type: "deviceSelected", token: number, callback: Callback<Array<ContinuationResult>>): void; | @ohos.continuation.continuationManager.d.ts |
| Added | NA | Class name: continuationManager Method or attribute name: function off(type: "deviceSelected", token: number): void; | @ohos.continuation.continuationManager.d.ts |
| Added | NA | Class name: continuationManager Method or attribute name: function on(type: "deviceUnselected", token: number, callback: Callback<Array<ContinuationResult>>): void; | @ohos.continuation.continuationManager.d.ts |
| Added | NA | Class name: continuationManager Method or attribute name: function off(type: "deviceUnselected", token: number): void; | @ohos.continuation.continuationManager.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: getAppContext(): Context; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: getAbilityState(ability: UIAbility): number; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: getCurrentTopAbility(): Promise<UIAbility> | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: startAbility(want: Want): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: print(msg: string, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: print(msg: string): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: printSync(msg: string): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback<ShellCmdResult>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback<ShellCmdResult>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise<ShellCmdResult>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityDelegator Class name: AbilityDelegator Method or attribute name: finishTest(msg: string, code: number): Promise<void>; | AbilityDelegator.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: abilityName: string; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: moduleName?: string; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void; | AbilityMonitor.d.ts |
| Added | NA | Module name: AbilityStageMonitor Class name: AbilityStageMonitor | AbilityStageMonitor.d.ts |
| Added | NA | Module name: AbilityStageMonitor Class name: AbilityStageMonitor Method or attribute name: moduleName: string; | AbilityStageMonitor.d.ts |
| Added | NA | Module name: AbilityStageMonitor Class name: AbilityStageMonitor Method or attribute name: srcEntrance: string; | AbilityStageMonitor.d.ts |
| Added | NA | Class name: ApplicationContext Method or attribute name: getRunningProcessInformation(): Promise<Array<ProcessInformation>>; | ApplicationContext.d.ts |
| Added | NA | Class name: ApplicationContext Method or attribute name: getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; | ApplicationContext.d.ts |
| Added | NA | Class name: ApplicationContext Method or attribute name: killAllProcesses(): Promise<void>; | ApplicationContext.d.ts |
| Added | NA | Class name: ApplicationContext Method or attribute name: killAllProcesses(callback: AsyncCallback<void>); | ApplicationContext.d.ts |
| Added | NA | Class name: Context Method or attribute name: area: contextConstant.AreaMode; | Context.d.ts |
| Added | NA | Module name: ProcessInformation Class name: ProcessInformation | ProcessInformation.d.ts |
| Added | NA | Module name: ProcessInformation Class name: ProcessInformation Method or attribute name: pid: number; | ProcessInformation.d.ts |
| Added | NA | Module name: ProcessInformation Class name: ProcessInformation Method or attribute name: uid: number; | ProcessInformation.d.ts |
| Added | NA | Module name: ProcessInformation Class name: ProcessInformation Method or attribute name: processName: string; | ProcessInformation.d.ts |
| Added | NA | Module name: ProcessInformation Class name: ProcessInformation Method or attribute name: bundleNames: Array<string>; | ProcessInformation.d.ts |
| Added | NA | Class name: ServiceExtensionContext Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void; | ServiceExtensionContext.d.ts |
| Added | NA | Class name: ServiceExtensionContext Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; | ServiceExtensionContext.d.ts |
| Added | NA | Class name: ServiceExtensionContext Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>; | ServiceExtensionContext.d.ts |
| Added | NA | Class name: UIAbilityContext Method or attribute name: startRecentAbility(want: Want, callback: AsyncCallback<void>): void; | UIAbilityContext.d.ts |
| Added | NA | Class name: UIAbilityContext Method or attribute name: startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; | UIAbilityContext.d.ts |
| Added | NA | Class name: UIAbilityContext Method or attribute name: startRecentAbility(want: Want, options?: StartOptions): Promise<void>; | UIAbilityContext.d.ts |
| Added | NA | Class name: UIAbilityContext Method or attribute name: requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void; | UIAbilityContext.d.ts |
| Added | NA | Class name: UIAbilityContext Method or attribute name: requestDialogService(want: Want): Promise<dialogRequest.RequestResult>; | UIAbilityContext.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: ACTION_APP_ACCOUNT_AUTH = "ohos.appAccount.action.auth" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: ACTION_MARKET_DOWNLOAD = "ohos.want.action.marketDownload" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: ACTION_MARKET_CROWDTEST = "ohos.want.action.marketCrowdTest" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index" | NA | @ohos.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.appManager Class name: appManager Method or attribute name: function getProcessRunningInformation(): Promise<Array<ProcessRunningInformation>>; | NA | @ohos.app.ability.appManager.d.ts |
| Deleted | Module name: ohos.app.ability.appManager Class name: appManager Method or attribute name: function getProcessRunningInformation(callback: AsyncCallback<Array<ProcessRunningInformation>>): void; | NA | @ohos.app.ability.appManager.d.ts |
| Deleted | Module name: ohos.app.ability.appRecovery Class name: RestartFlag Method or attribute name: CPP_CRASH_NO_RESTART = 0x0001 | NA | @ohos.app.ability.appRecovery.d.ts |
| Deleted | Module name: ohos.app.ability.appRecovery Class name: RestartFlag Method or attribute name: JS_CRASH_NO_RESTART = 0x0002 | NA | @ohos.app.ability.appRecovery.d.ts |
| Deleted | Module name: ohos.app.ability.appRecovery Class name: RestartFlag Method or attribute name: APP_FREEZE_NO_RESTART = 0x0004 | NA | @ohos.app.ability.appRecovery.d.ts |
| Deleted | Module name: ohos.app.ability.common Class name: AreaMode | NA | @ohos.app.ability.common.d.ts |
| Deleted | Module name: ohos.app.ability.common Class name: AreaMode Method or attribute name: EL1 = 0 | NA | @ohos.app.ability.common.d.ts |
| Deleted | Module name: ohos.app.ability.common Class name: AreaMode Method or attribute name: EL2 = 1 | NA | @ohos.app.ability.common.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_HOME = "ohos.want.action.home" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_DIAL = "ohos.want.action.dial" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SEARCH = "ohos.want.action.search" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_WIRELESS_SETTINGS = "ohos.settings.wireless" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_MANAGE_APPLICATIONS_SETTINGS = "ohos.settings.manage.applications" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_APPLICATION_DETAILS_SETTINGS = "ohos.settings.application.details" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SET_ALARM = "ohos.want.action.setAlarm" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SHOW_ALARMS = "ohos.want.action.showAlarms" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SNOOZE_ALARM = "ohos.want.action.snoozeAlarm" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_DISMISS_ALARM = "ohos.want.action.dismissAlarm" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_DISMISS_TIMER = "ohos.want.action.dismissTimer" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SEND_SMS = "ohos.want.action.sendSms" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_CHOOSE = "ohos.want.action.choose" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_IMAGE_CAPTURE = "ohos.want.action.imageCapture" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_VIDEO_CAPTURE = "ohos.want.action.videoCapture" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SELECT = "ohos.want.action.select" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SEND_DATA = "ohos.want.action.sendData" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SEND_MULTIPLE_DATA = "ohos.want.action.sendMultipleData" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_SCAN_MEDIA_FILE = "ohos.want.action.scanMediaFile" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_VIEW_DATA = "ohos.want.action.viewData" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_EDIT_DATA = "ohos.want.action.editData" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: INTENT_PARAMS_INTENT = "ability.want.params.INTENT" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: INTENT_PARAMS_TITLE = "ability.want.params.TITLE" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_FILE_SELECT = "ohos.action.fileSelect" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: PARAMS_STREAM = "ability.params.stream" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_APP_ACCOUNT_AUTH = "ohos.appAccount.action.auth" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_MARKET_DOWNLOAD = "ohos.want.action.marketDownload" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: ACTION_MARKET_CROWDTEST = "ohos.want.action.marketCrowdTest" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_SANDBOX = "ohos.dlp.params.sandbox" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_BUNDLE_NAME = "ohos.dlp.params.bundleName" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_MODULE_NAME = "ohos.dlp.params.moduleName" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_ABILITY_NAME = "ohos.dlp.params.abilityName" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Action Method or attribute name: DLP_PARAMS_INDEX = "ohos.dlp.params.index" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity Method or attribute name: ENTITY_DEFAULT = "entity.system.default" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity Method or attribute name: ENTITY_HOME = "entity.system.home" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity Method or attribute name: ENTITY_VOICE = "entity.system.voice" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity Method or attribute name: ENTITY_BROWSABLE = "entity.system.browsable" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Entity Method or attribute name: ENTITY_VIDEO = "entity.system.video" | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_FORWARD_RESULT = 0x00000004 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_CONTINUATION = 0x00000008 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_NOT_OHOS_COMPONENT = 0x00000010 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_FORM_ENABLED = 0x00000020 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_START_FOREGROUND_ABILITY = 0x00000200 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_CLEAR_MISSION = 0x00008000 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_NEW_MISSION = 0x10000000 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.ability.wantConstant Class name: Flags Method or attribute name: FLAG_ABILITY_MISSION_TOP = 0x20000000 | NA | @ohos.app.ability.wantConstant.d.ts |
| Deleted | Module name: ohos.app.form.formInfo Class name: FormInfo Method or attribute name: relatedBundleName: string; | NA | @ohos.app.form.formInfo.d.ts |
| Deleted | Module name: ohos.continuation.continuationManager Class name: continuationManager Method or attribute name: function on(type: "deviceConnect", token: number, callback: Callback<Array<ContinuationResult>>): void; | NA | @ohos.continuation.continuationManager.d.ts |
| Deleted | Module name: ohos.continuation.continuationManager Class name: continuationManager Method or attribute name: function off(type: "deviceConnect", token: number): void; | NA | @ohos.continuation.continuationManager.d.ts |
| Deleted | Module name: ohos.continuation.continuationManager Class name: continuationManager Method or attribute name: function on(type: "deviceDisconnect", token: number, callback: Callback<Array<string>>): void; | NA | @ohos.continuation.continuationManager.d.ts |
| Deleted | Module name: ohos.continuation.continuationManager Class name: continuationManager Method or attribute name: function off(type: "deviceDisconnect", token: number): void; | NA | @ohos.continuation.continuationManager.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: getAppContext(): Context; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: getAbilityState(ability: UIAbility): number; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: getCurrentTopAbility(): Promise<UIAbility> | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: startAbility(want: Want): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: print(msg: string, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: print(msg: string): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: printSync(msg: string): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, callback: AsyncCallback<ShellCmdResult>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback<ShellCmdResult>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Promise<ShellCmdResult>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityDelegator Class name: AbilityDelegator Method or attribute name: finishTest(msg: string, code: number): Promise<void>; | NA | abilityDelegator.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: abilityName: string; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: moduleName?: string; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityCreate?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityForeground?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityBackground?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onAbilityDestroy?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageCreate?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageRestore?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityMonitor Class name: AbilityMonitor Method or attribute name: onWindowStageDestroy?:(ability: UIAbility) => void; | NA | abilityMonitor.d.ts |
| Deleted | Module name: abilityStageMonitor Class name: AbilityStageMonitor | NA | abilityStageMonitor.d.ts |
| Deleted | Module name: abilityStageMonitor Class name: AbilityStageMonitor Method or attribute name: moduleName: string; | NA | abilityStageMonitor.d.ts |
| Deleted | Module name: abilityStageMonitor Class name: AbilityStageMonitor Method or attribute name: srcEntrance: string; | NA | abilityStageMonitor.d.ts |
| Deleted | Module name: ApplicationContext Class name: ApplicationContext Method or attribute name: getProcessRunningInformation(): Promise<Array<ProcessRunningInformation>>; | NA | ApplicationContext.d.ts |
| Deleted | Module name: ApplicationContext Class name: ApplicationContext Method or attribute name: getProcessRunningInformation(callback: AsyncCallback<Array<ProcessRunningInformation>>): void; | NA | ApplicationContext.d.ts |
| Deleted | Module name: ApplicationContext Class name: ApplicationContext Method or attribute name: killProcessesBySelf(): Promise<void>; | NA | ApplicationContext.d.ts |
| Deleted | Module name: ApplicationContext Class name: ApplicationContext Method or attribute name: killProcessesBySelf(callback: AsyncCallback<void>); | NA | ApplicationContext.d.ts |
| Deleted | Module name: Context Class name: AreaMode | NA | Context.d.ts |
| Deleted | Module name: Context Class name: AreaMode Method or attribute name: EL1 = 0 | NA | Context.d.ts |
| Deleted | Module name: Context Class name: AreaMode Method or attribute name: EL2 = 1 | NA | Context.d.ts |
| Deleted | Module name: ProcessRunningInformation Class name: ProcessRunningInformation | NA | ProcessRunningInformation.d.ts |
| Deleted | Module name: ProcessRunningInformation Class name: ProcessRunningInformation Method or attribute name: pid: number; | NA | ProcessRunningInformation.d.ts |
| Deleted | Module name: ProcessRunningInformation Class name: ProcessRunningInformation Method or attribute name: uid: number; | NA | ProcessRunningInformation.d.ts |
| Deleted | Module name: ProcessRunningInformation Class name: ProcessRunningInformation Method or attribute name: processName: string; | NA | ProcessRunningInformation.d.ts |
| Deleted | Module name: ProcessRunningInformation Class name: ProcessRunningInformation Method or attribute name: bundleNames: Array<string>; | NA | ProcessRunningInformation.d.ts |
| Access level changed | Class name: WindowMode Access level: public API | Class name: WindowMode Access level: system API | @ohos.app.ability.AbilityConstant.d.ts |
| Access level changed | Class name: StartOptions Method or attribute name: windowMode?: number; Access level: public API | Class name: StartOptions Method or attribute name: windowMode?: number; Access level: system API | @ohos.app.ability.StartOptions.d.ts |
| Access level changed | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Access level: system API | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Access level: public API | ServiceExtensionContext.d.ts |
| Access level changed | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; Access level: system API | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; Access level: public API | ServiceExtensionContext.d.ts |
| Access level changed | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>; Access level: system API | Class name: ServiceExtensionContext Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>; Access level: public API | ServiceExtensionContext.d.ts |
| Access level changed | Class name: ServiceExtensionContext Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void; Access level: system API | Class name: ServiceExtensionContext Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void; Access level: public API | ServiceExtensionContext.d.ts |
| Access level changed | Class name: ServiceExtensionContext Method or attribute name: terminateSelf(): Promise<void>; Access level: system API | Class name: ServiceExtensionContext Method or attribute name: terminateSelf(): Promise<void>; Access level: public API | ServiceExtensionContext.d.ts |
| Access level changed | Class name: UIAbilityContext Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>; Access level: system API | Class name: UIAbilityContext Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>; Access level: public API | UIAbilityContext.d.ts |
| Permission changed | Class name: distributedMissionManager Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback<void>): void; Permission: ohos.permission.MANAGE_MISSIONS | Class name: distributedMissionManager Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback<void>): void; Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC | @ohos.distributedMissionManager.d.ts |
| Permission changed | Class name: distributedMissionManager Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>; Permission: ohos.permission.MANAGE_MISSIONS | Class name: distributedMissionManager Method or attribute name: function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>; Permission: ohos.permission.MANAGE_MISSIONS and ohos.permission.DISTRIBUTED_DATASYNC | @ohos.distributedMissionManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function registerContinuation(callback: AsyncCallback<number>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function registerContinuation(callback: AsyncCallback<number>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>; Permission: N/A | Class name: continuationManager Method or attribute name: function registerContinuation(options?: ContinuationExtraParams): Promise<number>; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback<void>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function unregisterContinuation(token: number, callback: AsyncCallback<void>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function unregisterContinuation(token: number): Promise<void>; Permission: N/A | Class name: continuationManager Method or attribute name: function unregisterContinuation(token: number): Promise<void>; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback<void>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback<void>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>; Permission: N/A | Class name: continuationManager Method or attribute name: function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback<void>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, callback: AsyncCallback<void>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void; Permission: N/A | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Permission added | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>; Permission: N/A | Class name: continuationManager Method or attribute name: function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>; Permission: ohos.permission.DISTRIBUTED_DATASYNC | @ohos.continuation.continuationManager.d.ts |
| Function changed | Class name: CalleeCallback Method or attribute name: (indata: rpc.MessageParcel): rpc.Sequenceable; | Class name: CalleeCallback Method or attribute name: (indata: rpc.MessageSequence): rpc.Parcelable; | @ohos.app.ability.UIAbility.d.ts |
| Function changed | Class name: Caller Method or attribute name: call(method: string, data: rpc.Sequenceable): Promise<void>; | Class name: Caller Method or attribute name: call(method: string, data: rpc.Parcelable): Promise<void>; | @ohos.app.ability.UIAbility.d.ts |
| Function changed | Class name: Caller Method or attribute name: callWithResult(method: string, data: rpc.Sequenceable): Promise<rpc.MessageParcel>; | Class name: Caller Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>; | @ohos.app.ability.UIAbility.d.ts |
| Function changed | Class name: UIAbility Method or attribute name: onContinue(wantParam: { [key: string]: any }): AbilityConstant.OnContinueResult; | Class name: UIAbility Method or attribute name: onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult; | @ohos.app.ability.UIAbility.d.ts |
| Function changed | Class name: UIAbility Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: any}): AbilityConstant.OnSaveResult; | Class name: UIAbility Method or attribute name: onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult; | @ohos.app.ability.UIAbility.d.ts |
| Function changed | Class name: FormExtensionAbility Method or attribute name: onShareForm?(formId: string): { [key: string]: any }; | Class name: FormExtensionAbility Method or attribute name: onShareForm?(formId: string): { [key: string]: Object }; | @ohos.app.form.FormExtensionAbility.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication