harmony 鸿蒙js-apidiff-ability
Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Added | NA | Class name: FormProviderFilter; Method or attribute name: bundleName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormProviderFilter; Method or attribute name: moduleName?: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: LaunchReason; Method or attribute name: SHARE = 5 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: CPP_CRASH = 3 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: JS_ERROR = 4 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: APP_FREEZE = 5 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: PERFORMANCE_CONTROL = 6 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: RESOURCE_CONTROL = 7 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: LastExitReason; Method or attribute name: UPGRADE = 8 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: ContinueState; Method or attribute name: ACTIVE = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: ContinueState; Method or attribute name: INACTIVE = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
Added | NA | Class name: abilityManager; Method or attribute name: function acquireShareData(missionId: number, callback: AsyncCallback<{ [key: string]: Object }>): void; |
@ohos.app.ability.abilityManager.d.ts |
Added | NA | Class name: abilityManager; Method or attribute name: function acquireShareData(missionId: number): Promise<{ [key: string]: Object }>; |
@ohos.app.ability.abilityManager.d.ts |
Added | NA | Class name: abilityManager; Method or attribute name: function notifySaveAsResult(parameter: AbilityResult, requestCode: number, callback: AsyncCallback<void>): 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 isSharedBundleRunning(bundleName: string, versionCode: number): Promise<boolean>; |
@ohos.app.ability.appManager.d.ts |
Added | NA | Class name: appManager; Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback<boolean>): void; |
@ohos.app.ability.appManager.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: appManager; Method or attribute name: export type ProcessData = _ProcessData.default; |
@ohos.app.ability.appManager.d.ts |
Added | NA | Class name: appRecovery; Method or attribute name: function setRestartWant(want: Want): void; |
@ohos.app.ability.appRecovery.d.ts |
Added | NA | Class name: appRecovery; Method or attribute name: function saveAppState(context?: UIAbilityContext): boolean; |
@ohos.app.ability.appRecovery.d.ts |
Added | NA | Class name: common; Method or attribute name: export type UIExtensionContext = _UIExtensionContext.default; |
@ohos.app.ability.common.d.ts |
Added | NA | Class name: WindowRect; Method or attribute name: left: number; |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: WindowRect; Method or attribute name: top: number; |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: WindowRect; Method or attribute name: width: number; |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: WindowRect; Method or attribute name: height: number; |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: RequestInfo; Method or attribute name: windowRect?: WindowRect |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: RequestResult; Method or attribute name: want?: Want; |
@ohos.app.ability.dialogRequest.d.ts |
Added | NA | Class name: missionManager; Method or attribute name: function moveMissionsToForeground(missionIds: Array<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: quickFixManager; Method or attribute name: function revokeQuickFix(bundleName: string, callback: AsyncCallback<void>): void; |
@ohos.app.ability.quickFixManager.d.ts |
Added | NA | Class name: quickFixManager; Method or attribute name: function revokeQuickFix(bundleName: string): Promise<void>; |
@ohos.app.ability.quickFixManager.d.ts |
Added | NA | Class name: Caller; Method or attribute name: onRemoteStateChange(callback: OnRemoteStateChangeCallback): void; |
@ohos.app.ability.UIAbility.d.ts |
Added | NA | Class name: UIAbility; Method or attribute name: onShare(wantParam: { [key: string]: Object }): void; |
@ohos.app.ability.UIAbility.d.ts |
Added | NA | Class name: UIAbility; Method or attribute name: onPrepareToTerminate(): boolean; |
@ohos.app.ability.UIAbility.d.ts |
Added | NA | Class name: UIAbility; Method or attribute name: onBackPressed(): boolean; |
@ohos.app.ability.UIAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: context: UIExtensionContext; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onCreate(): void; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onSessionCreate(want: Want, session: UIExtensionContentSession): void; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onSessionDestroy(session: UIExtensionContentSession): void; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onForeground(): void; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onBackground(): void; |
@ohos.app.ability.UIExtensionAbility.d.ts |
Added | NA | Class name: UIExtensionAbility; Method or attribute name: onDestroy(): void |Promise<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: startAbility(want: Want, callback: AsyncCallback<void>): void; |
@ohos.app.ability.UIExtensionContentSession.d.ts |
Added | NA | Class name: UIExtensionContentSession; Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; |
@ohos.app.ability.UIExtensionContentSession.d.ts |
Added | NA | Class name: UIExtensionContentSession; Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>; |
@ohos.app.ability.UIExtensionContentSession.d.ts |
Added | NA | Class name: UIExtensionContentSession; Method or attribute name: startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void; |
@ohos.app.ability.UIExtensionContentSession.d.ts |
Added | NA | Class name: UIExtensionContentSession; Method or attribute name: startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void; |
@ohos.app.ability.UIExtensionContentSession.d.ts |
Added | NA | Class name: UIExtensionContentSession; Method or attribute name: startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>; |
@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: ABILITY_RECOVERY_RESTART = ‘ohos.ability.params.abilityRecoveryRestart’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Params; Method or attribute name: CONTENT_TITLE_KEY = ‘ohos.extra.param.key.contentTitle’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Params; Method or attribute name: SHARE_ABSTRACT_KEY = ‘ohos.extra.param.key.shareAbstract’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Params; Method or attribute name: SHARE_URL_KEY = ‘ohos.extra.param.key.shareUrl’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Params; Method or attribute name: SUPPORT_CONTINUE_PAGE_STACK_KEY = ‘ohos.extra.param.key.supportContinuePageStack’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Params; Method or attribute name: SUPPORT_CONTINUE_SOURCE_EXIT_KEY = ‘ohos.extra.param.key.supportContinueSourceExit’ |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: Flags; Method or attribute name: FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040 |
@ohos.app.ability.wantConstant.d.ts |
Added | NA | Class name: businessAbilityRouter; Method or attribute name: function queryBusinessAbilityInfo( filter: BusinessAbilityFilter, callback: AsyncCallback<Array<BusinessAbilityInfo>> ): void; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: businessAbilityRouter; Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise<Array<BusinessAbilityInfo>>; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: businessAbilityRouter; Method or attribute name: export type BusinessAbilityInfo = _BusinessAbilityInfo.BusinessAbilityInfo; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: BusinessType; Method or attribute name: SHARE = 0 |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: BusinessType; Method or attribute name: UNSPECIFIED = 255 |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: BusinessAbilityFilter; Method or attribute name: businessType: BusinessType; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: BusinessAbilityFilter; Method or attribute name: mimeType?: string; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: BusinessAbilityFilter; Method or attribute name: uri?: string; |
@ohos.app.businessAbilityRouter.d.ts |
Added | NA | Class name: FormBindingData; Method or attribute name: proxies?: Array<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: FormExtensionAbility; Method or attribute name: onAcquireFormData?(formId: string): { [key: string]: Object }; |
@ohos.app.form.FormExtensionAbility.d.ts |
Added | NA | Class name: formHost; Method or attribute name: function acquireFormData(formId: string, callback: AsyncCallback<{ [key: string]: Object }>): void; |
@ohos.app.form.formHost.d.ts |
Added | NA | Class name: formHost; Method or attribute name: function acquireFormData(formId: string): Promise<{ [key: string]: Object }>; |
@ohos.app.form.formHost.d.ts |
Added | NA | Class name: FormInfo; Method or attribute name: descriptionId: number; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormInfo; Method or attribute name: isDynamic: boolean; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormParam; Method or attribute name: LAUNCH_REASON_KEY = ‘ohos.extra.param.key.form_launch_reason’ |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormParam; Method or attribute name: PARAM_FORM_CUSTOMIZE_KEY = ‘ohos.extra.param.key.form_customize’ |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: VisibilityType; Method or attribute name: UNKNOWN = 0 |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: LaunchReason; Method or attribute name: FORM_DEFAULT = 1 |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: LaunchReason; Method or attribute name: FORM_SHARE |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormProviderFilter; Method or attribute name: formName?: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: FormProviderFilter; Method or attribute name: abilityName?: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly formId: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly bundleName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly hostBundleName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly visibilityType: VisibilityType; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly moduleName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly abilityName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly formName: string; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: RunningFormInfo; Method or attribute name: readonly dimension: number; |
@ohos.app.form.formInfo.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘formAdd’, observerCallback: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘formAdd’, hostBundleName: string, observerCallback: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘formRemove’, observerCallback: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘formRemove’, hostBundleName: string, observerCallback: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘notifyVisible’, observerCallback: Callback<Array<formInfo.RunningFormInfo>>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on( type: ‘notifyVisible’, hostBundleName: string, observerCallback: Callback<Array<formInfo.RunningFormInfo>> ): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on(type: ‘notifyInvisible’, observerCallback: Callback<Array<formInfo.RunningFormInfo>>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function on( type: ‘notifyInvisible’, hostBundleName: string, observerCallback: Callback<Array<formInfo.RunningFormInfo>>, ): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function off(type: ‘formAdd’, hostBundleName?: string, observerCallback?: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function off(type: ‘formRemove’, hostBundleName?: string, observerCallback?: Callback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function off( type: ‘notifyVisible’, hostBundleName?: string, observerCallback?: Callback<Array<formInfo.RunningFormInfo>> ): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function off( type: ‘notifyInvisible’, hostBundleName?: string, observerCallback?: Callback<Array<formInfo.RunningFormInfo>> ): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfos(callback: AsyncCallback<Array<formInfo.RunningFormInfo>>, hostBundleName?: string): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise<Array<formInfo.RunningFormInfo>>; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfosByFilter( formProviderFilter: formInfo.FormProviderFilter ): Promise<Array<formInfo.RunningFormInfo>>; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfosByFilter( formProviderFilter: formInfo.FormProviderFilter, callback: AsyncCallback<Array<formInfo.RunningFormInfo>> ): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfoById(formId: string): Promise<formInfo.RunningFormInfo>; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: formObserver; Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback<formInfo.RunningFormInfo>): void; |
@ohos.app.form.formObserver.d.ts |
Added | NA | Class name: StaticSubscriberExtensionAbility; Method or attribute name: context: StaticSubscriberExtensionContext; |
@ohos.application.StaticSubscriberExtensionAbility.d.ts |
Added | NA | Class name: StaticSubscriberExtensionContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; |
@ohos.application.StaticSubscriberExtensionContext.d.ts |
Added | NA | Class name: StaticSubscriberExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; |
@ohos.application.StaticSubscriberExtensionContext.d.ts |
Added | NA | Class name: uriPermissionManager; Method or attribute name: function grantUriPermission( uri: string, flag: wantConstant.Flags, targetBundleName: string, callback: AsyncCallback<number> ): void; |
@ohos.application.uriPermissionManager.d.ts |
Added | NA | Class name: uriPermissionManager; Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise<number>; |
@ohos.application.uriPermissionManager.d.ts |
Added | NA | Class name: uriPermissionManager; Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback<number>): void; |
@ohos.application.uriPermissionManager.d.ts |
Added | NA | Class name: uriPermissionManager; Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string): Promise<number>; |
@ohos.application.uriPermissionManager.d.ts |
Added | NA | Class name: continuationManager; Method or attribute name: export type ContinuationResult = _ContinuationResult; |
@ohos.continuation.continuationManager.d.ts |
Added | NA | Class name: continuationManager; Method or attribute name: export type ContinuationExtraParams = _ContinuationExtraParams; |
@ohos.continuation.continuationManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: function on(type: ‘continueStateChange’, callback: Callback<{ state: ContinueState, info: ContinuableInfo }>): void; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: function off(type: ‘continueStateChange’, callback?: Callback<{ state: ContinueState, info: ContinuableInfo }>): void; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: function continueMission(parameter: ContinueMissionInfo, callback: AsyncCallback<void>): 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: distributedMissionManager; Method or attribute name: export type ContinueCallback = _ContinueCallback; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: export type ContinueDeviceInfo = _ContinueDeviceInfo; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: export type MissionCallback = _MissionCallback; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: export type MissionDeviceInfo = _MissionDeviceInfo; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: distributedMissionManager; Method or attribute name: export type MissionParameter = _MissionParameter; |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: ContinueState; Method or attribute name: ACTIVE = 0 |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: ContinueState; Method or attribute name: INACTIVE = 1 |
@ohos.distributedMissionManager.d.ts |
Added | NA | Class name: AbilityDelegator; Method or attribute name: addAbilityMonitorSync(monitor: AbilityMonitor): void; |
AbilityDelegator.d.ts |
Added | NA | Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitorSync(monitor: AbilityStageMonitor): void; |
AbilityDelegator.d.ts |
Added | NA | Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitorSync(monitor: AbilityMonitor): void; |
AbilityDelegator.d.ts |
Added | NA | Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitorSync(monitor: AbilityStageMonitor): void; |
AbilityDelegator.d.ts |
Added | NA | Class name: ApplicationContext; Method or attribute name: on(type: ‘applicationStateChange’, callback: ApplicationStateChangeCallback): void; |
ApplicationContext.d.ts |
Added | NA | Class name: ApplicationContext; Method or attribute name: off(type: ‘applicationStateChange’, callback?: ApplicationStateChangeCallback): void; |
ApplicationContext.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly bundleName: string; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly moduleName: string; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly name: string; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly labelId: number; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly descriptionId: number; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly iconId: number; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly businessType: businessAbilityRouter.BusinessType; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: BusinessAbilityInfo; Method or attribute name: readonly applicationInfo: ApplicationInfo; |
BusinessAbilityInfo.d.ts |
Added | NA | Class name: Context; Method or attribute name: getGroupDir(dataGroupID: string, callback: AsyncCallback<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: ErrorObserver; Method or attribute name: onException?(errObject: Error): void; |
ErrorObserver.d.ts |
Added | NA | Class name: FormExtensionContext; Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number; |
FormExtensionContext.d.ts |
Added | NA | Class name: FormExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): 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: ServiceExtensionContext; Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>; |
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: startAbilityByCallWithAccount(want: Want, accountId: number): Promise<Caller>; |
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 |
Added | NA | Class name: UIExtensionContext; Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number; |
UIExtensionContext.d.ts |
Added | NA | Class name: UIExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; |
UIExtensionContext.d.ts |
Added | NA | Class name: UIExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>; |
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: dataUriUtils; Method or attribute name: function getId(uri: string): number; Old version information: |
Class name: dataUriUtils; Method or attribute name: function getId(uri: string): number; New version information: 401 |
@ohos.app.ability.dataUriUtils.d.ts |
Error code added | Class name: dataUriUtils; Method or attribute name: function attachId(uri: string, id: number): string; Old version information: |
Class name: dataUriUtils; Method or attribute name: function attachId(uri: string, id: number): string; New version information: 401 |
@ohos.app.ability.dataUriUtils.d.ts |
Error code added | Class name: dataUriUtils; Method or attribute name: function deleteId(uri: string): string; Old version information: |
Class name: dataUriUtils; Method or attribute name: function deleteId(uri: string): string; New version information: 401 |
@ohos.app.ability.dataUriUtils.d.ts |
Error code added | Class name: dataUriUtils; Method or attribute name: function updateId(uri: string, id: number): string; Old version information: |
Class name: dataUriUtils; Method or attribute name: function updateId(uri: string, id: number): string; New version information: 401 |
@ohos.app.ability.dataUriUtils.d.ts |
Error code added | Class name: Caller; Method or attribute name: release(): void; Old version information: |
Class name: Caller; Method or attribute name: release(): void; New version information: 16200001, 16200002 |
@ohos.app.ability.UIAbility.d.ts |
Error code added | Class name: wantAgent; Method or attribute name: function getUid(agent: WantAgent): Promise<number>; Old version information: |
Class name: wantAgent; Method or attribute name: function getUid(agent: WantAgent): Promise<number>; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code added | Class name: continuationManager; Method or attribute name: function off(type: ‘deviceSelected’, token: number): void; Old version information: |
Class name: continuationManager; Method or attribute name: function off(type: ‘deviceSelected’, token: number): void; New version information: 201,401, 16600001, 16600002, 16600004 |
@ohos.continuation.continuationManager.d.ts |
Error code added | Class name: continuationManager; Method or attribute name: function off(type: ‘deviceUnselected’, token: number): void; Old version information: |
Class name: continuationManager; Method or attribute name: function off(type: ‘deviceUnselected’, token: number): void; New version information: 201,401, 16600001, 16600002, 16600004 |
@ohos.continuation.continuationManager.d.ts |
Error code added | Class name: continuationManager; Method or attribute name: function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<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 added | Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(): Promise<UIAbility>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(): Promise<UIAbility>; New version information: 16000100 |
AbilityDelegator.d.ts |
Error code added | Class name: Context; Method or attribute name: getApplicationContext(): ApplicationContext; Old version information: |
Class name: Context; Method or attribute name: getApplicationContext(): ApplicationContext; New version information: 401 |
Context.d.ts |
Error code added | Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: |
Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; New version information: 202,401, 16500050, 16500100, 16500101, 16501000 |
FormExtensionContext.d.ts |
Error code added | Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; Old version information: |
Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; New version information: 202,401, 16500050, 16500100, 16500101, 16501000 |
FormExtensionContext.d.ts |
Error code added | Class name: UIAbilityContext; Method or attribute name: isTerminating(): boolean; Old version information: |
Class name: UIAbilityContext; Method or attribute name: isTerminating(): boolean; New version information: 16000011 |
UIAbilityContext.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function updateConfiguration(config: Configuration): Promise<void>; New version information: 201,202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>; New version information: 202, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void; New version information: 202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>>; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getExtensionRunningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>>; New version information: 202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void; New version information: 202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getTopAbility(): Promise<ElementName>; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getTopAbility(): Promise<ElementName>; New version information: 202, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: abilityManager; Method or attribute name: function getTopAbility(callback: AsyncCallback<ElementName>): void; Old version information: 401 |
Class name: abilityManager; Method or attribute name: function getTopAbility(callback: AsyncCallback<ElementName>): void; New version information: 202,401, 16000050 |
@ohos.app.ability.abilityManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function on(type: ‘applicationState’, observer: ApplicationStateObserver): number; Old version information: 401 |
Class name: appManager; Method or attribute name: function on(type: ‘applicationState’, observer: ApplicationStateObserver): number; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function on(type: ‘applicationState’, observer: ApplicationStateObserver, bundleNameList: Array<string>): number; Old version information: 401 |
Class name: appManager; Method or attribute name: function on(type: ‘applicationState’, observer: ApplicationStateObserver, bundleNameList: Array<string>): number; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function off(type: ‘applicationState’, observerId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function off(type: ‘applicationState’, observerId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function off(type: ‘applicationState’, observerId: number): Promise<void>; Old version information: 401 |
Class name: appManager; Method or attribute name: function off(type: ‘applicationState’, observerId: number): Promise<void>; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>; Old version information: 401 |
Class name: appManager; Method or attribute name: function getForegroundApplications(): Promise<Array<AppStateData>>; New version information: 201,202, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>; Old version information: 401 |
Class name: appManager; Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void; New version information: 401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function isRunningInStabilityTest(): Promise<boolean>; Old version information: 401 |
Class name: appManager; Method or attribute name: function isRunningInStabilityTest(): Promise<boolean>; New version information: 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise<void>; Old version information: 401 |
Class name: appManager; Method or attribute name: function killProcessesByBundleName(bundleName: string): Promise<void>; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>); Old version information: 401 |
Class name: appManager; Method or attribute name: function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>); New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function clearUpApplicationData(bundleName: string): Promise<void>; Old version information: 401 |
Class name: appManager; Method or attribute name: function clearUpApplicationData(bundleName: string): Promise<void>; New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>); Old version information: 401 |
Class name: appManager; Method or attribute name: function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>); New version information: 201,202,401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function isRamConstrainedDevice(): Promise<boolean>; Old version information: 401 |
Class name: appManager; Method or attribute name: function isRamConstrainedDevice(): Promise<boolean>; New version information: 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void; New version information: 401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getAppMemorySize(): Promise<number>; Old version information: 401 |
Class name: appManager; Method or attribute name: function getAppMemorySize(): Promise<number>; New version information: 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getAppMemorySize(callback: AsyncCallback<number>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function getAppMemorySize(callback: AsyncCallback<number>): void; New version information: 401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getRunningProcessInformation(): Promise<Array<ProcessInformation>>; Old version information: 401 |
Class name: appManager; Method or attribute name: function getRunningProcessInformation(): Promise<Array<ProcessInformation>>; New version information: 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: appManager; Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; Old version information: 401 |
Class name: appManager; Method or attribute name: function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; New version information: 401, 16000050 |
@ohos.app.ability.appManager.d.ts |
Error code changed | Class name: errorManager; Method or attribute name: function on(type: ‘error’, observer: ErrorObserver): number; Old version information: 401 |
Class name: errorManager; Method or attribute name: function on(type: ‘error’, observer: ErrorObserver): number; New version information: 401, 16000003 |
@ohos.app.ability.errorManager.d.ts |
Error code changed | Class name: errorManager; Method or attribute name: function off(type: ‘error’, observerId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: errorManager; Method or attribute name: function off(type: ‘error’, observerId: number, callback: AsyncCallback<void>): void; New version information: 401, 16000003 |
@ohos.app.ability.errorManager.d.ts |
Error code changed | Class name: errorManager; Method or attribute name: function off(type: ‘error’, observerId: number): Promise<void>; Old version information: 401 |
Class name: errorManager; Method or attribute name: function off(type: ‘error’, observerId: number): Promise<void>; New version information: 401, 16000003 |
@ohos.app.ability.errorManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function on(type: ‘mission’, listener: MissionListener): number; Old version information: 401 |
Class name: missionManager; Method or attribute name: function on(type: ‘mission’, listener: MissionListener): number; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function off(type: ‘mission’, listenerId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function off(type: ‘mission’, listenerId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16300002 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function off(type: ‘mission’, listenerId: number): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function off(type: ‘mission’, listenerId: number): Promise<void>; New version information: 201,202,401, 16300002 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getLowResolutionMissionSnapShot( deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot> ): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getLowResolutionMissionSnapShot( deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot> ): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function lockMission(missionId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16300001 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function lockMission(missionId: number): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function lockMission(missionId: number): Promise<void>; New version information: 201,202,401, 16300001 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function unlockMission(missionId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16300001 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function unlockMission(missionId: number): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function unlockMission(missionId: number): Promise<void>; New version information: 201,202,401, 16300001 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function clearMission(missionId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function clearMission(missionId: number): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function clearMission(missionId: number): Promise<void>; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function clearAllMissions(callback: AsyncCallback<void>): void; New version information: 201,202,401 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function clearAllMissions(): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function clearAllMissions(): Promise<void>; New version information: 201,202 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16000009 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16000009 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>; Old version information: 401 |
Class name: missionManager; Method or attribute name: function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>; New version information: 201,202,401, 16000009 |
@ohos.app.ability.missionManager.d.ts |
Error code changed | Class name: quickFixManager; Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: quickFixManager; Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void; New version information: 201,202,401, 18500002, 18500008 |
@ohos.app.ability.quickFixManager.d.ts |
Error code changed | Class name: quickFixManager; Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void>; Old version information: 401 |
Class name: quickFixManager; Method or attribute name: function applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void>; New version information: 201,202,401, 18500002, 18500008 |
@ohos.app.ability.quickFixManager.d.ts |
Error code changed | Class name: quickFixManager; Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void; Old version information: 401 |
Class name: quickFixManager; Method or attribute name: function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void; New version information: 201,202,401, 18500001, 18500008 |
@ohos.app.ability.quickFixManager.d.ts |
Error code changed | Class name: quickFixManager; Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo>; Old version information: 401 |
Class name: quickFixManager; Method or attribute name: function getApplicationQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo>; New version information: 201,202,401, 18500001, 18500008 |
@ohos.app.ability.quickFixManager.d.ts |
Error code changed | Class name: Caller; Method or attribute name: call(method: string, data: rpc.Parcelable): Promise<void>; Old version information: 401 |
Class name: Caller; Method or attribute name: call(method: string, data: rpc.Parcelable): Promise<void>; New version information: 401, 16200001, 16200002, 16000050 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: Caller; Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>; Old version information: 401 |
Class name: Caller; Method or attribute name: callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>; New version information: 401, 16200001, 16200002, 16000050 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: Caller; Method or attribute name: onRelease(callback: OnReleaseCallback): void; Old version information: 401 |
Class name: Caller; Method or attribute name: onRelease(callback: OnReleaseCallback): void; New version information: 401, 16200001 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: Caller; Method or attribute name: on(type: ‘release’, callback: OnReleaseCallback): void; Old version information: 401 |
Class name: Caller; Method or attribute name: on(type: ‘release’, callback: OnReleaseCallback): void; New version information: 401, 16200001 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: Callee; Method or attribute name: on(method: string, callback: CalleeCallback): void; Old version information: 401 |
Class name: Callee; Method or attribute name: on(method: string, callback: CalleeCallback): void; New version information: 401, 16200004, 16000050 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: Callee; Method or attribute name: off(method: string): void; Old version information: 401 |
Class name: Callee; Method or attribute name: off(method: string): void; New version information: 401, 16200005, 16000050 |
@ohos.app.ability.UIAbility.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getBundleName(agent: WantAgent): Promise<string>; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getBundleName(agent: WantAgent): Promise<string>; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback<number>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getUid(agent: WantAgent, callback: AsyncCallback<number>): void; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void; New version information: 401, 16000007, 16000015, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getWant(agent: WantAgent): Promise<Want>; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getWant(agent: WantAgent): Promise<Want>; New version information: 401, 16000007, 16000015, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function cancel(agent: WantAgent, callback: AsyncCallback<void>): void; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function cancel(agent: WantAgent): Promise<void>; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function cancel(agent: WantAgent): Promise<void>; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise<WantAgent>; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getWantAgent(info: WantAgentInfo): Promise<WantAgent>; New version information: 401, 16000007, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void; New version information: 401, 16000007, 16000015, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: wantAgent; Method or attribute name: function getOperationType(agent: WantAgent): Promise<number>; Old version information: 401 |
Class name: wantAgent; Method or attribute name: function getOperationType(agent: WantAgent): Promise<number>; New version information: 401, 16000007, 16000015, 16000151 |
@ohos.app.ability.wantAgent.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function deleteForm(formId: string, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function deleteForm(formId: string): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function deleteForm(formId: string): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function releaseForm(formId: string, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function requestForm(formId: string, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function requestForm(formId: string, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function requestForm(formId: string): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function requestForm(formId: string): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function castToNormalForm(formId: string, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16501000, 16501001, 16501002, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function castToNormalForm(formId: string): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function castToNormalForm(formId: string): Promise<void>; New version information: 201,202,401, 16500050, 16501000, 16501001, 16501002, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyVisibleForms(formIds: Array<string>): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyInvisibleForms(formIds: Array<string>): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function enableFormsUpdate(formIds: Array<string>): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function disableFormsUpdate(formIds: Array<string>): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function isSystemReady(callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function isSystemReady(callback: AsyncCallback<void>): void; New version information: 202,401 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function isSystemReady(): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function isSystemReady(): Promise<void>; New version information: 202 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>; Old version information: 401 |
Class name: formHost; Method or attribute name: function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>; New version information: 201,202, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; New version information: 201,202,401, 16500050, 16500060, 16500100, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function getFormsInfo( bundleName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>> ): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function getFormsInfo( bundleName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>> ): void; New version information: 201,202,401, 16500050, 16500060, 16500100, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>; Old version information: 401 |
Class name: formHost; Method or attribute name: function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>; New version information: 201,202,401, 16500050, 16500060, 16500100, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>; Old version information: 401 |
Class name: formHost; Method or attribute name: function deleteInvalidForms(formIds: Array<string>): Promise<number>; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; New version information: 201,202,401, 16500050, 16500060, 16500100, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; Old version information: 401 |
Class name: formHost; Method or attribute name: function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; New version information: 201,202,401, 16500050, 16500060, 16500100, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function on(type: ‘formUninstall’, callback: Callback<string>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function on(type: ‘formUninstall’, callback: Callback<string>): void; New version information: 202,401 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function off(type: ‘formUninstall’, callback?: Callback<string>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function off(type: ‘formUninstall’, callback?: Callback<string>): void; New version information: 202,401 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsEnableUpdate( formIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void> ): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsEnableUpdate( formIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void> ): void; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void; New version information: 201,202,401, 16500050, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function shareForm(formId: string, deviceId: string): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function shareForm(formId: string, deviceId: string): Promise<void>; New version information: 201,202,401, 16500050, 16501000, 16501001, 16501003 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsPrivacyProtected( formIds: Array<string>, isProtected: boolean, callback: AsyncCallback<void> ): void; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsPrivacyProtected( formIds: Array<string>, isProtected: boolean, callback: AsyncCallback<void> ): void; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formHost; Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>; Old version information: 401 |
Class name: formHost; Method or attribute name: function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>; New version information: 201,202,401, 16500050, 16500060, 16501000 |
@ohos.app.form.formHost.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void; New version information: 401, 16500050, 16500060, 16500100, 16501000, 16501001, 16501002, 16501003 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise<void>; Old version information: 401 |
Class name: formProvider; Method or attribute name: function setFormNextRefreshTime(formId: string, minute: number): Promise<void>; New version information: 401, 16500050, 16500060, 16500100, 16501000, 16501001, 16501002, 16501003 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function updateForm( formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<void> ): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function updateForm( formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<void> ): void; New version information: 401, 16500050, 16500060, 16500100, 16501000, 16501001, 16501003 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>; Old version information: 401 |
Class name: formProvider; Method or attribute name: function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>; New version information: 401, 16500050, 16500060, 16500100, 16501000, 16501001, 16501003 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; New version information: 401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function getFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function getFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; New version information: 401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise<Array<formInfo.FormInfo>>; Old version information: 401 |
Class name: formProvider; Method or attribute name: function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise<Array<formInfo.FormInfo>>; New version information: 401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function requestPublishForm( want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<string> ): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function requestPublishForm( want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<string> ): void; New version information: 202,401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback<string>): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function requestPublishForm(want: Want, callback: AsyncCallback<string>): void; New version information: 202,401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise<string>; Old version information: 401 |
Class name: formProvider; Method or attribute name: function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise<string>; New version information: 202,401, 16500050, 16500100, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback<boolean>): void; Old version information: 401 |
Class name: formProvider; Method or attribute name: function isRequestPublishFormSupported(callback: AsyncCallback<boolean>): void; New version information: 202,401, 16500050, 16501000 |
@ohos.app.form.formProvider.d.ts |
Error code changed | Class name: formProvider; Method or attribute name: function isRequestPublishFormSupported(): Promise<boolean>; Old version information: 401 |
Class name: formProvider; Method or attribute name: function isRequestPublishFormSupported(): Promise<boolean>; New version information: 202, 16500050, 16501000 |
@ohos.app.form.formProvider.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: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: 401 |
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 |
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: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number): Promise<void>; Old version information: 401 |
Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number): Promise<void>; New version information: 401, 16000100 |
AbilityDelegator.d.ts |
Error code changed | Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(): Promise<Array<ProcessInformation>>; Old version information: 401 |
Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(): Promise<Array<ProcessInformation>>; New version information: 401, 16000011, 16000050 |
ApplicationContext.d.ts |
Error code changed | Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; Old version information: 401 |
Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; New version information: 401, 16000011, 16000050 |
ApplicationContext.d.ts |
Error code changed | Class name: ApplicationContext; Method or attribute name: killAllProcesses(): Promise<void>; Old version information: 401 |
Class name: ApplicationContext; Method or attribute name: killAllProcesses(): Promise<void>; New version information: 401, 16000011 |
ApplicationContext.d.ts |
Error code changed | Class name: ApplicationContext; Method or attribute name: killAllProcesses(callback: AsyncCallback<void>); Old version information: 401 |
Class name: ApplicationContext; Method or attribute name: killAllProcesses(callback: AsyncCallback<void>); New version information: 401, 16000011 |
ApplicationContext.d.ts |
Error code changed | Class name: Context; Method or attribute name: createBundleContext(bundleName: string): Context; Old version information: 401 |
Class name: Context; Method or attribute name: createBundleContext(bundleName: string): Context; New version information: 201,202,401 |
Context.d.ts |
Error code changed | Class name: ServiceExtensionContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: 401 |
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 |
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 |
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: 401 |
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: 401 |
Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; New version information: 201,202,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: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>; Old version information: 401 |
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: 401 |
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: 401 |
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: 401 |
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: 401 |
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: 401 |
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: 401 |
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: 401 |
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: 401 |
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 |
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: 401 |
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: 401 |
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: 401 |
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: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: ServiceExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; New version information: 401, 16000011, 16000050 |
ServiceExtensionContext.d.ts |
Error code changed | Class name: ServiceExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>; Old version information: 401 |
Class name: ServiceExtensionContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>; New version information: 401, 16000011, 16000050 |
ServiceExtensionContext.d.ts |
Error code changed | Class name: ServiceExtensionContext; Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>; Old version information: 401 |
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: startRecentAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: 401 |
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 |
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 |
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: 201,202,401, 16000001, 16000002, 16000004, 16000005, 16000006, 16000008, 16000009, 16000010, 16000011, 16000050, 16000053,16000055, 16200001 |
Class name: UIAbilityContext; Method or attribute name: startAbilityByCall(want: Want): Promise<Caller>; New version information: 201,401, 16000001, 16000002, 16000004, 16000006, 16000008, 16000011, 16000012, 16000013,16000050 |
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: 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: 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: 401, 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: 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: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; Old version information: 401, 16000001, 16000005, 16000011, 16000050 |
Class name: UIAbilityContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; New version information: 401, 16000011, 16000050 |
UIAbilityContext.d.ts |
Error code changed | Class name: UIAbilityContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>; Old version information: 401, 16000001, 16000005, 16000011, 16000050 |
Class name: UIAbilityContext; Method or attribute name: disconnectServiceExtensionAbility(connection: number): Promise<void>; New version information: 401, 16000011, 16000050 |
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: restoreWindowStage(localStorage: LocalStorage): void; Old version information: 401 |
Class name: UIAbilityContext; Method or attribute name: restoreWindowStage(localStorage: LocalStorage): void; New version information: 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 |
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, 16000011, 16000050 |
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, 16000011, 16000050 |
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 |
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 |
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: 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: 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: 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: 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: export enum ProcessState Old version information: systemapi |
Class name: ProcessState; Method or attribute name: export enum ProcessState New version information: |
@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: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; Old version information: |
Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; New version information: systemapi |
FormExtensionContext.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: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; Old version information: |
Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS |
ServiceExtensionContext.d.ts |
Permission changed | Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; Old version information: |
Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS |
ServiceExtensionContext.d.ts |
Permission changed | Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>; Old version information: |
Class name: ServiceExtensionContext; Method or attribute name: startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>; New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS |
ServiceExtensionContext.d.ts |
Permission changed | Class name: ServiceExtensionContext; Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number; Old version information: |
Class name: ServiceExtensionContext; Method or attribute name: connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number; New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS |
ServiceExtensionContext.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: UNKNOWN = 0 Old version information: |
Class name: LaunchReason; Method or attribute name: UNKNOWN = 0 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LastExitReason; Method or attribute name: UNKNOWN = 0 Old version information: |
Class name: LastExitReason; Method or attribute name: UNKNOWN = 0 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LaunchReason; Method or attribute name: START_ABILITY = 1 Old version information: |
Class name: LaunchReason; Method or attribute name: START_ABILITY = 1 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LaunchReason; Method or attribute name: CALL = 2 Old version information: |
Class name: LaunchReason; Method or attribute name: CALL = 2 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LaunchReason; Method or attribute name: CONTINUATION = 3 Old version information: |
Class name: LaunchReason; Method or attribute name: CONTINUATION = 3 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LaunchReason; Method or attribute name: APP_RECOVERY = 4 Old version information: |
Class name: LaunchReason; Method or attribute name: APP_RECOVERY = 4 New version information: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model 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: StageModelOnly |
@ohos.app.ability.AbilityConstant.d.ts |
Model changed | Class name: LastExitReason; Method or attribute name: NORMAL = 2 Old version information: |
Class name: LastExitReason; Method or attribute name: NORMAL = 2 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: common; Method or attribute name: export type BaseContext = _BaseContext.default; Old version information: |
Class name: common; Method or attribute name: export type BaseContext = _BaseContext.default; New version information: StageModelOnly |
@ohos.app.ability.common.d.ts |
Model changed | Class name: AreaMode; Method or attribute name: EL1 = 0 Old version information: |
Class name: AreaMode; Method or attribute name: EL1 = 0 New version information: StageModelOnly |
@ohos.app.ability.contextConstant.d.ts |
Model changed | Class name: AreaMode; Method or attribute name: EL2 = 1 Old version information: |
Class name: AreaMode; Method or attribute name: EL2 = 1 New version information: StageModelOnly |
@ohos.app.ability.contextConstant.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 |
Model 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: StageModelOnly |
ExtensionContext.d.ts |
Model changed | Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; Old version information: |
Class name: FormExtensionContext; Method or attribute name: startAbility(want: Want): Promise<void>; New version information: StageModelOnly |
FormExtensionContext.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: 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: 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: 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 |
Function changed | Class name: UIAbility; Method or attribute name: onCreate(want: Want, param: AbilityConstant.LaunchParam): void; |
Class name: UIAbility; Method or attribute name: onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void; |
@ohos.app.ability.UIAbility.d.ts |
Function changed | Class name: UIAbility; Method or attribute name: onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; |
Class name: UIAbility; Method or attribute name: onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void; |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: AbilityConstant; Method or attribute name: declare AbilityConstant Old version information: |
Class name: AbilityConstant; Method or attribute name: declare AbilityConstant New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: LaunchParam; Method or attribute name: export interface LaunchParam Old version information: |
Class name: LaunchParam; Method or attribute name: export interface LaunchParam New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: LaunchReason; Method or attribute name: export enum LaunchReason Old version information: |
Class name: LaunchReason; Method or attribute name: export enum LaunchReason New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: LaunchReason; Method or attribute name: UNKNOWN = 0 Old version information: |
Class name: LaunchReason; Method or attribute name: UNKNOWN = 0 New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: LastExitReason; Method or attribute name: UNKNOWN = 0 Old version information: |
Class name: LastExitReason; Method or attribute name: UNKNOWN = 0 New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: LastExitReason; Method or attribute name: export enum LastExitReason Old version information: |
Class name: LastExitReason; Method or attribute name: export enum LastExitReason New version information: crossplatform |
@ohos.app.ability.AbilityConstant.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: declare abilityDelegatorRegistry Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: declare abilityDelegatorRegistry New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: function getAbilityDelegator(): AbilityDelegator; Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: function getAbilityDelegator(): AbilityDelegator; New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: function getArguments(): AbilityDelegatorArgs; Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: function getArguments(): AbilityDelegatorArgs; New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityDelegator = _AbilityDelegator; Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityDelegator = _AbilityDelegator; New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityDelegatorArgs = _AbilityDelegatorArgs; Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityDelegatorArgs = _AbilityDelegatorArgs; New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityMonitor = _AbilityMonitor; Old version information: |
Class name: abilityDelegatorRegistry; Method or attribute name: export type AbilityMonitor = _AbilityMonitor; New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: export enum AbilityLifecycleState Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: export enum AbilityLifecycleState New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: UNINITIALIZED Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: UNINITIALIZED New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: CREATE Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: CREATE New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: FOREGROUND Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: FOREGROUND New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: BACKGROUND Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: BACKGROUND New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleState; Method or attribute name: DESTROY Old version information: |
Class name: AbilityLifecycleState; Method or attribute name: DESTROY New version information: crossplatform |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: export default class AbilityLifecycleCallback Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: export default class AbilityLifecycleCallback New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityCreate(ability: UIAbility): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityCreate(ability: UIAbility): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityDestroy(ability: UIAbility): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityDestroy(ability: UIAbility): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityForeground(ability: UIAbility): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityForeground(ability: UIAbility): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityBackground(ability: UIAbility): void; Old version information: |
Class name: AbilityLifecycleCallback; Method or attribute name: onAbilityBackground(ability: UIAbility): void; New version information: crossplatform |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
Cross-platform capability changed | Class name: AbilityStage; Method or attribute name: export default class AbilityStage Old version information: |
Class name: AbilityStage; Method or attribute name: export default class AbilityStage New version information: crossplatform |
@ohos.app.ability.AbilityStage.d.ts |
Cross-platform capability changed | Class name: AbilityStage; Method or attribute name: context: AbilityStageContext; Old version information: |
Class name: AbilityStage; Method or attribute name: context: AbilityStageContext; New version information: crossplatform |
@ohos.app.ability.AbilityStage.d.ts |
Cross-platform capability changed | Class name: AbilityStage; Method or attribute name: onCreate(): void; Old version information: |
Class name: AbilityStage; Method or attribute name: onCreate(): void; New version information: crossplatform |
@ohos.app.ability.AbilityStage.d.ts |
Cross-platform capability changed | Class name: AbilityStage; Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void; Old version information: |
Class name: AbilityStage; Method or attribute name: onConfigurationUpdate(newConfig: Configuration): void; New version information: crossplatform |
@ohos.app.ability.AbilityStage.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: declare common Old version information: |
Class name: common; Method or attribute name: declare common New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: export type UIAbilityContext = _UIAbilityContext.default; Old version information: |
Class name: common; Method or attribute name: export type UIAbilityContext = _UIAbilityContext.default; New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: export type AbilityStageContext = _AbilityStageContext.default; Old version information: |
Class name: common; Method or attribute name: export type AbilityStageContext = _AbilityStageContext.default; New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: export type ApplicationContext = _ApplicationContext.default; Old version information: |
Class name: common; Method or attribute name: export type ApplicationContext = _ApplicationContext.default; New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: export type BaseContext = _BaseContext.default; Old version information: |
Class name: common; Method or attribute name: export type BaseContext = _BaseContext.default; New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: common; Method or attribute name: export type Context = _Context.default; Old version information: |
Class name: common; Method or attribute name: export type Context = _Context.default; New version information: crossplatform |
@ohos.app.ability.common.d.ts |
Cross-platform capability changed | Class name: Configuration; Method or attribute name: export interface Configuration Old version information: |
Class name: Configuration; Method or attribute name: export interface Configuration New version information: crossplatform |
@ohos.app.ability.Configuration.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.Configuration.d.ts |
Cross-platform capability changed | Class name: Configuration; Method or attribute name: direction?: ConfigurationConstant.Direction; Old version information: |
Class name: Configuration; Method or attribute name: direction?: ConfigurationConstant.Direction; New version information: crossplatform |
@ohos.app.ability.Configuration.d.ts |
Cross-platform capability changed | Class name: ColorMode; Method or attribute name: export enum ColorMode Old version information: |
Class name: ColorMode; Method or attribute name: export enum ColorMode New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: ColorMode; Method or attribute name: COLOR_MODE_NOT_SET = -1 Old version information: |
Class name: ColorMode; Method or attribute name: COLOR_MODE_NOT_SET = -1 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: ColorMode; Method or attribute name: COLOR_MODE_DARK = 0 Old version information: |
Class name: ColorMode; Method or attribute name: COLOR_MODE_DARK = 0 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: ColorMode; Method or attribute name: COLOR_MODE_LIGHT = 1 Old version information: |
Class name: ColorMode; Method or attribute name: COLOR_MODE_LIGHT = 1 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: Direction; Method or attribute name: export enum Direction Old version information: |
Class name: Direction; Method or attribute name: export enum Direction New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: Direction; Method or attribute name: DIRECTION_NOT_SET = -1 Old version information: |
Class name: Direction; Method or attribute name: DIRECTION_NOT_SET = -1 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: Direction; Method or attribute name: DIRECTION_VERTICAL = 0 Old version information: |
Class name: Direction; Method or attribute name: DIRECTION_VERTICAL = 0 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: Direction; Method or attribute name: DIRECTION_HORIZONTAL = 1 Old version information: |
Class name: Direction; Method or attribute name: DIRECTION_HORIZONTAL = 1 New version information: crossplatform |
@ohos.app.ability.ConfigurationConstant.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: export default class UIAbility Old version information: |
Class name: UIAbility; Method or attribute name: export default class UIAbility New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: context: UIAbilityContext; Old version information: |
Class name: UIAbility; Method or attribute name: context: UIAbilityContext; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void; Old version information: |
Class name: UIAbility; Method or attribute name: onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void; Old version information: |
Class name: UIAbility; Method or attribute name: onWindowStageCreate(windowStage: window.WindowStage): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onWindowStageDestroy(): void; Old version information: |
Class name: UIAbility; Method or attribute name: onWindowStageDestroy(): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onDestroy(): void |Promise<void>; Old version information: |
Class name: UIAbility; Method or attribute name: onDestroy(): void |Promise<void>; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onForeground(): void; Old version information: |
Class name: UIAbility; Method or attribute name: onForeground(): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onBackground(): void; Old version information: |
Class name: UIAbility; Method or attribute name: onBackground(): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: UIAbility; Method or attribute name: onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void; Old version information: |
Class name: UIAbility; Method or attribute name: onNewWant(want: Want, launchParam: AbilityConstant.LaunchParam): void; New version information: crossplatform |
@ohos.app.ability.UIAbility.d.ts |
Cross-platform capability changed | Class name: Want; Method or attribute name: export default class Want Old version information: |
Class name: Want; Method or attribute name: export default class Want New version information: crossplatform |
@ohos.app.ability.Want.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.Want.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.Want.d.ts |
Cross-platform capability 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: crossplatform |
@ohos.app.ability.Want.d.ts |
Cross-platform capability changed | Class name: Want; Method or attribute name: moduleName?: string; Old version information: |
Class name: Want; Method or attribute name: moduleName?: string; New version information: crossplatform |
@ohos.app.ability.Want.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: export interface AbilityDelegator Old version information: |
Class name: AbilityDelegator; Method or attribute name: export interface AbilityDelegator New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: getAppContext(): Context; Old version information: |
Class name: AbilityDelegator; Method or attribute name: getAppContext(): Context; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: getAbilityState(ability: UIAbility): number; Old version information: |
Class name: AbilityDelegator; Method or attribute name: getAbilityState(ability: UIAbility): number; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(): Promise<UIAbility>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: getCurrentTopAbility(): Promise<UIAbility>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: startAbility(want: Want): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: startAbility(want: Want): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: doAbilityForeground(ability: UIAbility): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: doAbilityBackground(ability: UIAbility): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: print(msg: string, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: print(msg: string, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: print(msg: string): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: print(msg: string): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: printSync(msg: string): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: printSync(msg: string): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; Old version information: |
Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number): Promise<void>; Old version information: |
Class name: AbilityDelegator; Method or attribute name: finishTest(msg: string, code: number): Promise<void>; New version information: crossplatform |
AbilityDelegator.d.ts |
Cross-platform capability changed | Class name: AbilityDelegatorArgs; Method or attribute name: export interface AbilityDelegatorArgs Old version information: |
Class name: AbilityDelegatorArgs; Method or attribute name: export interface AbilityDelegatorArgs New version information: crossplatform |
abilityDelegatorArgs.d.ts |
Cross-platform capability 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: crossplatform |
abilityDelegatorArgs.d.ts |
Cross-platform capability 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: crossplatform |
abilityDelegatorArgs.d.ts |
Cross-platform capability 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: crossplatform |
abilityDelegatorArgs.d.ts |
Cross-platform capability 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: crossplatform |
abilityDelegatorArgs.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: export interface AbilityMonitor Old version information: |
Class name: AbilityMonitor; Method or attribute name: export interface AbilityMonitor New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability 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: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability 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: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onAbilityCreate?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onAbilityCreate?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onAbilityForeground?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onAbilityForeground?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onAbilityBackground?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onAbilityBackground?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onAbilityDestroy?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onAbilityDestroy?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onWindowStageCreate?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onWindowStageCreate?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityMonitor; Method or attribute name: onWindowStageDestroy?: (ability: UIAbility) => void; Old version information: |
Class name: AbilityMonitor; Method or attribute name: onWindowStageDestroy?: (ability: UIAbility) => void; New version information: crossplatform |
AbilityMonitor.d.ts |
Cross-platform capability changed | Class name: AbilityStageContext; Method or attribute name: export default class AbilityStageContext Old version information: |
Class name: AbilityStageContext; Method or attribute name: export default class AbilityStageContext New version information: crossplatform |
AbilityStageContext.d.ts |
Cross-platform capability 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: crossplatform |
AbilityStageContext.d.ts |
Cross-platform capability 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: crossplatform |
AbilityStageContext.d.ts |
Cross-platform capability changed | Class name: AbilityStageMonitor; Method or attribute name: export interface AbilityStageMonitor Old version information: |
Class name: AbilityStageMonitor; Method or attribute name: export interface AbilityStageMonitor New version information: crossplatform |
AbilityStageMonitor.d.ts |
Cross-platform capability 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: crossplatform |
AbilityStageMonitor.d.ts |
Cross-platform capability 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: crossplatform |
AbilityStageMonitor.d.ts |
Cross-platform capability changed | Class name: ApplicationContext; Method or attribute name: export default class ApplicationContext Old version information: |
Class name: ApplicationContext; Method or attribute name: export default class ApplicationContext New version information: crossplatform |
ApplicationContext.d.ts |
Cross-platform capability changed | Class name: ApplicationContext; Method or attribute name: on(type: ‘abilityLifecycle’, callback: AbilityLifecycleCallback): number; Old version information: |
Class name: ApplicationContext; Method or attribute name: on(type: ‘abilityLifecycle’, callback: AbilityLifecycleCallback): number; New version information: crossplatform |
ApplicationContext.d.ts |
Cross-platform capability changed | Class name: ApplicationContext; Method or attribute name: off(type: ‘abilityLifecycle’, callbackId: number, callback: AsyncCallback<void>): void; Old version information: |
Class name: ApplicationContext; Method or attribute name: off(type: ‘abilityLifecycle’, callbackId: number, callback: AsyncCallback<void>): void; New version information: crossplatform |
ApplicationContext.d.ts |
Cross-platform capability changed | Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(): Promise<Array<ProcessInformation>>; Old version information: |
Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(): Promise<Array<ProcessInformation>>; New version information: crossplatform |
ApplicationContext.d.ts |
Cross-platform capability changed | Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; Old version information: |
Class name: ApplicationContext; Method or attribute name: getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; New version information: crossplatform |
ApplicationContext.d.ts |
Cross-platform capability changed | Class name: BaseContext; Method or attribute name: export default abstract class BaseContext Old version information: |
Class name: BaseContext; Method or attribute name: export default abstract class BaseContext New version information: crossplatform |
BaseContext.d.ts |
Cross-platform capability 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: crossplatform |
BaseContext.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: export default class Context Old version information: |
Class name: Context; Method or attribute name: export default class Context New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: resourceManager: resmgr.ResourceManager; Old version information: |
Class name: Context; Method or attribute name: resourceManager: resmgr.ResourceManager; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: applicationInfo: ApplicationInfo; Old version information: |
Class name: Context; Method or attribute name: applicationInfo: ApplicationInfo; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: cacheDir: string; Old version information: |
Class name: Context; Method or attribute name: cacheDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: tempDir: string; Old version information: |
Class name: Context; Method or attribute name: tempDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: filesDir: string; Old version information: |
Class name: Context; Method or attribute name: filesDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: databaseDir: string; Old version information: |
Class name: Context; Method or attribute name: databaseDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: preferencesDir: string; Old version information: |
Class name: Context; Method or attribute name: preferencesDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: bundleCodeDir: string; Old version information: |
Class name: Context; Method or attribute name: bundleCodeDir: string; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: createModuleContext(moduleName: string): Context; Old version information: |
Class name: Context; Method or attribute name: createModuleContext(moduleName: string): Context; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: Context; Method or attribute name: getApplicationContext(): ApplicationContext; Old version information: |
Class name: Context; Method or attribute name: getApplicationContext(): ApplicationContext; New version information: crossplatform |
Context.d.ts |
Cross-platform capability changed | Class name: ProcessInformation; Method or attribute name: export interface ProcessInformation Old version information: |
Class name: ProcessInformation; Method or attribute name: export interface ProcessInformation New version information: crossplatform |
ProcessInformation.d.ts |
Cross-platform capability 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: crossplatform |
ProcessInformation.d.ts |
Cross-platform capability 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: crossplatform |
ProcessInformation.d.ts |
Cross-platform capability 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: crossplatform |
ProcessInformation.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: export default class UIAbilityContext Old version information: |
Class name: UIAbilityContext; Method or attribute name: export default class UIAbilityContext New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: abilityInfo: AbilityInfo; Old version information: |
Class name: UIAbilityContext; Method or attribute name: abilityInfo: AbilityInfo; New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: currentHapModuleInfo: HapModuleInfo; Old version information: |
Class name: UIAbilityContext; Method or attribute name: currentHapModuleInfo: HapModuleInfo; New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: config: Configuration; Old version information: |
Class name: UIAbilityContext; Method or attribute name: config: Configuration; New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; Old version information: |
Class name: UIAbilityContext; Method or attribute name: startAbility(want: Want, callback: AsyncCallback<void>): void; New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void; Old version information: |
Class name: UIAbilityContext; Method or attribute name: terminateSelf(callback: AsyncCallback<void>): void; New version information: crossplatform |
UIAbilityContext.d.ts |
Cross-platform capability changed | Class name: UIAbilityContext; Method or attribute name: terminateSelf(): Promise<void>; Old version information: |
Class name: UIAbilityContext; Method or attribute name: terminateSelf(): Promise<void>; New version information: crossplatform |
UIAbilityContext.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦