openharmony 鸿蒙 js-apidiff-BackgroundTasksKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: declare namespace backgroundTaskManager
Differences: declare namespace backgroundTaskManager
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: interface DelaySuspendInfo
Differences: interface DelaySuspendInfo
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: DelaySuspendInfo;
API declaration: requestId: number;
Differences: requestId: number;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: DelaySuspendInfo;
API declaration: actualDelayTime: number;
Differences: actualDelayTime: number;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function cancelSuspendDelay(requestId: number): void;
Differences: function cancelSuspendDelay(requestId: number): void;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
Differences: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function getRemainingDelayTime(requestId: number): Promise<number>;
Differences: function getRemainingDelayTime(requestId: number): Promise<number>;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
Differences: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
Differences: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
Differences: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
Differences: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function stopBackgroundRunning(context: Context): Promise<void>;
Differences: function stopBackgroundRunning(context: Context): Promise<void>;
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: export enum BackgroundMode
Differences: export enum BackgroundMode
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: DATA_TRANSFER = 1
Differences: DATA_TRANSFER = 1
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: AUDIO_PLAYBACK = 2
Differences: AUDIO_PLAYBACK = 2
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: AUDIO_RECORDING = 3
Differences: AUDIO_RECORDING = 3
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: LOCATION = 4
Differences: LOCATION = 4
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: BLUETOOTH_INTERACTION = 5
Differences: BLUETOOTH_INTERACTION = 5
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: MULTI_DEVICE_CONNECTION = 6
Differences: MULTI_DEVICE_CONNECTION = 6
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: TASK_KEEPING = 9
Differences: TASK_KEEPING = 9
api/@ohos.backgroundTaskManager.d.ts
New APINAClass name: global;
API declaration: declare namespace bundleState
Differences: declare namespace bundleState
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: interface BundleStateInfo
Differences: interface BundleStateInfo
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: id: number;
Differences: id: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: abilityInFgTotalTime?: number;
Differences: abilityInFgTotalTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: abilityPrevAccessTime?: number;
Differences: abilityPrevAccessTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: abilityPrevSeenTime?: number;
Differences: abilityPrevSeenTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: abilitySeenTotalTime?: number;
Differences: abilitySeenTotalTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: bundleName?: string;
Differences: bundleName?: string;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: fgAbilityAccessTotalTime?: number;
Differences: fgAbilityAccessTotalTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: fgAbilityPrevAccessTime?: number;
Differences: fgAbilityPrevAccessTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: infosBeginTime?: number;
Differences: infosBeginTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: infosEndTime?: number;
Differences: infosEndTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleStateInfo;
API declaration: merge(toMerge: BundleStateInfo): void;
Differences: merge(toMerge: BundleStateInfo): void;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: interface BundleActiveState
Differences: interface BundleActiveState
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: appUsagePriorityGroup?: number;
Differences: appUsagePriorityGroup?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: bundleName?: string;
Differences: bundleName?: string;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: indexOfLink?: string;
Differences: indexOfLink?: string;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: nameOfClass?: string;
Differences: nameOfClass?: string;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: stateOccurredTime?: number;
Differences: stateOccurredTime?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveState;
API declaration: stateType?: number;
Differences: stateType?: number;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function isIdleState(bundleName: string, callback: AsyncCallback<boolean>): void;
Differences: function isIdleState(bundleName: string, callback: AsyncCallback<boolean>): void;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function isIdleState(bundleName: string): Promise<boolean>;
Differences: function isIdleState(bundleName: string): Promise<boolean>;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function queryAppUsagePriorityGroup(callback: AsyncCallback<number>): void;
Differences: function queryAppUsagePriorityGroup(callback: AsyncCallback<number>): void;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function queryAppUsagePriorityGroup(): Promise<number>;
Differences: function queryAppUsagePriorityGroup(): Promise<number>;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: interface BundleActiveInfoResponse
Differences: interface BundleActiveInfoResponse
api/@ohos.bundleState.d.ts
New APINAClass name: BundleActiveInfoResponse;
API declaration: [key: string]: BundleStateInfo;
Differences: [key: string]: BundleStateInfo;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: export enum IntervalType
Differences: export enum IntervalType
api/@ohos.bundleState.d.ts
New APINAClass name: IntervalType;
API declaration: BY_OPTIMIZED = 0
Differences: BY_OPTIMIZED = 0
api/@ohos.bundleState.d.ts
New APINAClass name: IntervalType;
API declaration: BY_DAILY = 1
Differences: BY_DAILY = 1
api/@ohos.bundleState.d.ts
New APINAClass name: IntervalType;
API declaration: BY_WEEKLY = 2
Differences: BY_WEEKLY = 2
api/@ohos.bundleState.d.ts
New APINAClass name: IntervalType;
API declaration: BY_MONTHLY = 3
Differences: BY_MONTHLY = 3
api/@ohos.bundleState.d.ts
New APINAClass name: IntervalType;
API declaration: BY_ANNUALLY = 4
Differences: BY_ANNUALLY = 4
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
Differences: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
api/@ohos.bundleState.d.ts
New APINAClass name: bundleState;
API declaration: function queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
Differences: function queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
api/@ohos.bundleState.d.ts
New APINAClass name: global;
API declaration: declare namespace reminderAgent
Differences: declare namespace reminderAgent
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void;
Differences: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function publishReminder(reminderReq: ReminderRequest): Promise<number>;
Differences: function publishReminder(reminderReq: ReminderRequest): Promise<number>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void;
Differences: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function cancelReminder(reminderId: number): Promise<void>;
Differences: function cancelReminder(reminderId: number): Promise<void>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void;
Differences: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function getValidReminders(): Promise<Array<ReminderRequest>>;
Differences: function getValidReminders(): Promise<Array<ReminderRequest>>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function cancelAllReminders(callback: AsyncCallback<void>): void;
Differences: function cancelAllReminders(callback: AsyncCallback<void>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function cancelAllReminders(): Promise<void>;
Differences: function cancelAllReminders(): Promise<void>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void;
Differences: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function addNotificationSlot(slot: NotificationSlot): Promise<void>;
Differences: function addNotificationSlot(slot: NotificationSlot): Promise<void>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void;
Differences: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: function removeNotificationSlot(slotType: notification.SlotType): Promise<void>;
Differences: function removeNotificationSlot(slotType: notification.SlotType): Promise<void>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: export enum ActionButtonType
Differences: export enum ActionButtonType
api/@ohos.reminderAgent.d.ts
New APINAClass name: ActionButtonType;
API declaration: ACTION_BUTTON_TYPE_CLOSE = 0
Differences: ACTION_BUTTON_TYPE_CLOSE = 0
api/@ohos.reminderAgent.d.ts
New APINAClass name: ActionButtonType;
API declaration: ACTION_BUTTON_TYPE_SNOOZE = 1
Differences: ACTION_BUTTON_TYPE_SNOOZE = 1
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: export enum ReminderType
Differences: export enum ReminderType
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_TIMER = 0
Differences: REMINDER_TYPE_TIMER = 0
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_CALENDAR = 1
Differences: REMINDER_TYPE_CALENDAR = 1
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_ALARM = 2
Differences: REMINDER_TYPE_ALARM = 2
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface ActionButton
Differences: interface ActionButton
api/@ohos.reminderAgent.d.ts
New APINAClass name: ActionButton;
API declaration: title: string;
Differences: title: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ActionButton;
API declaration: type: ActionButtonType;
Differences: type: ActionButtonType;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface WantAgent
Differences: interface WantAgent
api/@ohos.reminderAgent.d.ts
New APINAClass name: WantAgent;
API declaration: pkgName: string;
Differences: pkgName: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: WantAgent;
API declaration: abilityName: string;
Differences: abilityName: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface MaxScreenWantAgent
Differences: interface MaxScreenWantAgent
api/@ohos.reminderAgent.d.ts
New APINAClass name: MaxScreenWantAgent;
API declaration: pkgName: string;
Differences: pkgName: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: MaxScreenWantAgent;
API declaration: abilityName: string;
Differences: abilityName: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface ReminderRequest
Differences: interface ReminderRequest
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: reminderType: ReminderType;
Differences: reminderType: ReminderType;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: actionButton?: [
ActionButton?,
ActionButton?
];
Differences: actionButton?: [
ActionButton?,
ActionButton?
];
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: wantAgent?: WantAgent;
Differences: wantAgent?: WantAgent;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: maxScreenWantAgent?: MaxScreenWantAgent;
Differences: maxScreenWantAgent?: MaxScreenWantAgent;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: ringDuration?: number;
Differences: ringDuration?: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: snoozeTimes?: number;
Differences: snoozeTimes?: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: timeInterval?: number;
Differences: timeInterval?: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: title?: string;
Differences: title?: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: content?: string;
Differences: content?: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: expiredContent?: string;
Differences: expiredContent?: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: snoozeContent?: string;
Differences: snoozeContent?: string;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: notificationId?: number;
Differences: notificationId?: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequest;
API declaration: slotType?: notification.SlotType;
Differences: slotType?: notification.SlotType;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface ReminderRequestCalendar
Differences: interface ReminderRequestCalendar
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: dateTime: LocalDateTime;
Differences: dateTime: LocalDateTime;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: repeatMonths?: Array<number>;
Differences: repeatMonths?: Array<number>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: repeatDays?: Array<number>;
Differences: repeatDays?: Array<number>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface ReminderRequestAlarm
Differences: interface ReminderRequestAlarm
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: hour: number;
Differences: hour: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: minute: number;
Differences: minute: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: daysOfWeek?: Array<number>;
Differences: daysOfWeek?: Array<number>;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface ReminderRequestTimer
Differences: interface ReminderRequestTimer
api/@ohos.reminderAgent.d.ts
New APINAClass name: ReminderRequestTimer;
API declaration: triggerTimeInSeconds: number;
Differences: triggerTimeInSeconds: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: reminderAgent;
API declaration: interface LocalDateTime
Differences: interface LocalDateTime
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: year: number;
Differences: year: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: month: number;
Differences: month: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: day: number;
Differences: day: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: hour: number;
Differences: hour: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: minute: number;
Differences: minute: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: LocalDateTime;
API declaration: second?: number;
Differences: second?: number;
api/@ohos.reminderAgent.d.ts
New APINAClass name: global;
API declaration: declare namespace reminderAgentManager
Differences: declare namespace reminderAgentManager
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void;
Differences: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function publishReminder(reminderReq: ReminderRequest): Promise<number>;
Differences: function publishReminder(reminderReq: ReminderRequest): Promise<number>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void;
Differences: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function cancelReminder(reminderId: number): Promise<void>;
Differences: function cancelReminder(reminderId: number): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void;
Differences: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function getValidReminders(): Promise<Array<ReminderRequest>>;
Differences: function getValidReminders(): Promise<Array<ReminderRequest>>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function cancelAllReminders(callback: AsyncCallback<void>): void;
Differences: function cancelAllReminders(callback: AsyncCallback<void>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function cancelAllReminders(): Promise<void>;
Differences: function cancelAllReminders(): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void;
Differences: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function addNotificationSlot(slot: NotificationSlot): Promise<void>;
Differences: function addNotificationSlot(slot: NotificationSlot): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void;
Differences: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: function removeNotificationSlot(slotType: notification.SlotType): Promise<void>;
Differences: function removeNotificationSlot(slotType: notification.SlotType): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: export enum ActionButtonType
Differences: export enum ActionButtonType
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ActionButtonType;
API declaration: ACTION_BUTTON_TYPE_CLOSE = 0
Differences: ACTION_BUTTON_TYPE_CLOSE = 0
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ActionButtonType;
API declaration: ACTION_BUTTON_TYPE_SNOOZE = 1
Differences: ACTION_BUTTON_TYPE_SNOOZE = 1
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: export enum ReminderType
Differences: export enum ReminderType
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_TIMER = 0
Differences: REMINDER_TYPE_TIMER = 0
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_CALENDAR = 1
Differences: REMINDER_TYPE_CALENDAR = 1
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderType;
API declaration: REMINDER_TYPE_ALARM = 2
Differences: REMINDER_TYPE_ALARM = 2
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface ActionButton
Differences: interface ActionButton
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ActionButton;
API declaration: title: string;
Differences: title: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ActionButton;
API declaration: titleResource?: string;
Differences: titleResource?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ActionButton;
API declaration: type: ActionButtonType;
Differences: type: ActionButtonType;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface WantAgent
Differences: interface WantAgent
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: WantAgent;
API declaration: pkgName: string;
Differences: pkgName: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: WantAgent;
API declaration: abilityName: string;
Differences: abilityName: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface MaxScreenWantAgent
Differences: interface MaxScreenWantAgent
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: MaxScreenWantAgent;
API declaration: pkgName: string;
Differences: pkgName: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: MaxScreenWantAgent;
API declaration: abilityName: string;
Differences: abilityName: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface ReminderRequest
Differences: interface ReminderRequest
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: reminderType: ReminderType;
Differences: reminderType: ReminderType;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: actionButton?: [
ActionButton?,
ActionButton?,
ActionButton?
];
Differences: actionButton?: [
ActionButton?,
ActionButton?,
ActionButton?
];
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: wantAgent?: WantAgent;
Differences: wantAgent?: WantAgent;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: maxScreenWantAgent?: MaxScreenWantAgent;
Differences: maxScreenWantAgent?: MaxScreenWantAgent;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: ringDuration?: number;
Differences: ringDuration?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: snoozeTimes?: number;
Differences: snoozeTimes?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: timeInterval?: number;
Differences: timeInterval?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: title?: string;
Differences: title?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: content?: string;
Differences: content?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: expiredContent?: string;
Differences: expiredContent?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: snoozeContent?: string;
Differences: snoozeContent?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: notificationId?: number;
Differences: notificationId?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: groupId?: string;
Differences: groupId?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: slotType?: notification.SlotType;
Differences: slotType?: notification.SlotType;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: tapDismissed?: boolean;
Differences: tapDismissed?: boolean;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: autoDeletedTime?: number;
Differences: autoDeletedTime?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: snoozeSlotType?: notification.SlotType;
Differences: snoozeSlotType?: notification.SlotType;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequest;
API declaration: customRingUri?: string;
Differences: customRingUri?: string;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface ReminderRequestCalendar
Differences: interface ReminderRequestCalendar
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: dateTime: LocalDateTime;
Differences: dateTime: LocalDateTime;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: repeatMonths?: Array<number>;
Differences: repeatMonths?: Array<number>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: repeatDays?: Array<number>;
Differences: repeatDays?: Array<number>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestCalendar;
API declaration: daysOfWeek?: Array<number>;
Differences: daysOfWeek?: Array<number>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface ReminderRequestAlarm
Differences: interface ReminderRequestAlarm
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: hour: number;
Differences: hour: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: minute: number;
Differences: minute: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestAlarm;
API declaration: daysOfWeek?: Array<number>;
Differences: daysOfWeek?: Array<number>;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface ReminderRequestTimer
Differences: interface ReminderRequestTimer
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: ReminderRequestTimer;
API declaration: triggerTimeInSeconds: number;
Differences: triggerTimeInSeconds: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: reminderAgentManager;
API declaration: interface LocalDateTime
Differences: interface LocalDateTime
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: year: number;
Differences: year: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: month: number;
Differences: month: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: day: number;
Differences: day: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: hour: number;
Differences: hour: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: minute: number;
Differences: minute: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: LocalDateTime;
API declaration: second?: number;
Differences: second?: number;
api/@ohos.reminderAgentManager.d.ts
New APINAClass name: global;
API declaration: declare namespace backgroundTaskManager
Differences: declare namespace backgroundTaskManager
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: interface DelaySuspendInfo
Differences: interface DelaySuspendInfo
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: DelaySuspendInfo;
API declaration: requestId: number;
Differences: requestId: number;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: DelaySuspendInfo;
API declaration: actualDelayTime: number;
Differences: actualDelayTime: number;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function cancelSuspendDelay(requestId: number): void;
Differences: function cancelSuspendDelay(requestId: number): void;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
Differences: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function getRemainingDelayTime(requestId: number): Promise<number>;
Differences: function getRemainingDelayTime(requestId: number): Promise<number>;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
Differences: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
Differences: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
Differences: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
Differences: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: function stopBackgroundRunning(context: Context): Promise<void>;
Differences: function stopBackgroundRunning(context: Context): Promise<void>;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: backgroundTaskManager;
API declaration: export enum BackgroundMode
Differences: export enum BackgroundMode
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: DATA_TRANSFER = 1
Differences: DATA_TRANSFER = 1
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: AUDIO_PLAYBACK = 2
Differences: AUDIO_PLAYBACK = 2
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: AUDIO_RECORDING = 3
Differences: AUDIO_RECORDING = 3
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: LOCATION = 4
Differences: LOCATION = 4
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: BLUETOOTH_INTERACTION = 5
Differences: BLUETOOTH_INTERACTION = 5
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: MULTI_DEVICE_CONNECTION = 6
Differences: MULTI_DEVICE_CONNECTION = 6
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: BackgroundMode;
API declaration: TASK_KEEPING = 9
Differences: TASK_KEEPING = 9
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New APINAClass name: global;
API declaration: declare namespace deviceStandby
Differences: declare namespace deviceStandby
api/@ohos.resourceschedule.deviceStandby.d.ts
New APINAClass name: global;
API declaration: declare namespace usageStatistics
Differences: declare namespace usageStatistics
api/@ohos.resourceschedule.usageStatistics.d.ts
New APINAClass name: global;
API declaration: declare namespace workScheduler
Differences: declare namespace workScheduler
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: export interface WorkInfo
Differences: export interface WorkInfo
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: workId: number;
Differences: workId: number;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: bundleName: string;
Differences: bundleName: string;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: abilityName: string;
Differences: abilityName: string;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: isPersisted?: boolean;
Differences: isPersisted?: boolean;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: networkType?: NetworkType;
Differences: networkType?: NetworkType;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: isCharging?: boolean;
Differences: isCharging?: boolean;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: chargerType?: ChargingType;
Differences: chargerType?: ChargingType;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: batteryLevel?: number;
Differences: batteryLevel?: number;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: batteryStatus?: BatteryStatus;
Differences: batteryStatus?: BatteryStatus;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: storageRequest?: StorageRequest;
Differences: storageRequest?: StorageRequest;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: repeatCycleTime?: number;
Differences: repeatCycleTime?: number;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: isRepeat?: boolean;
Differences: isRepeat?: boolean;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: repeatCount?: number;
Differences: repeatCount?: number;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: isDeepIdle?: boolean;
Differences: isDeepIdle?: boolean;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: idleWaitTime?: number;
Differences: idleWaitTime?: number;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: WorkInfo;
API declaration: parameters?: Record<string, number |string |boolean>;
Differences: parameters?: Record<string, number |string |boolean>;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function startWork(work: WorkInfo): void;
Differences: function startWork(work: WorkInfo): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function stopWork(work: WorkInfo, needCancel?: boolean): void;
Differences: function stopWork(work: WorkInfo, needCancel?: boolean): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function getWorkStatus(workId: number, callback: AsyncCallback<WorkInfo>): void;
Differences: function getWorkStatus(workId: number, callback: AsyncCallback<WorkInfo>): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function getWorkStatus(workId: number): Promise<WorkInfo>;
Differences: function getWorkStatus(workId: number): Promise<WorkInfo>;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function obtainAllWorks(callback: AsyncCallback<void>): Array<WorkInfo>;
Differences: function obtainAllWorks(callback: AsyncCallback<void>): Array<WorkInfo>;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function obtainAllWorks(callback: AsyncCallback<Array<WorkInfo>>): void;
Differences: function obtainAllWorks(callback: AsyncCallback<Array<WorkInfo>>): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function obtainAllWorks(): Promise<Array<WorkInfo>>;
Differences: function obtainAllWorks(): Promise<Array<WorkInfo>>;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function stopAndClearWorks(): void;
Differences: function stopAndClearWorks(): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function isLastWorkTimeOut(workId: number, callback: AsyncCallback<void>): boolean;
Differences: function isLastWorkTimeOut(workId: number, callback: AsyncCallback<void>): boolean;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function isLastWorkTimeOut(workId: number, callback: AsyncCallback<boolean>): void;
Differences: function isLastWorkTimeOut(workId: number, callback: AsyncCallback<boolean>): void;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: function isLastWorkTimeOut(workId: number): Promise<boolean>;
Differences: function isLastWorkTimeOut(workId: number): Promise<boolean>;
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: export enum NetworkType
Differences: export enum NetworkType
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_ANY = 0
Differences: NETWORK_TYPE_ANY = 0
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_MOBILE
Differences: NETWORK_TYPE_MOBILE
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_WIFI
Differences: NETWORK_TYPE_WIFI
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_BLUETOOTH
Differences: NETWORK_TYPE_BLUETOOTH
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_WIFI_P2P
Differences: NETWORK_TYPE_WIFI_P2P
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: NetworkType;
API declaration: NETWORK_TYPE_ETHERNET
Differences: NETWORK_TYPE_ETHERNET
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: export enum ChargingType
Differences: export enum ChargingType
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: ChargingType;
API declaration: CHARGING_PLUGGED_ANY = 0
Differences: CHARGING_PLUGGED_ANY = 0
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: ChargingType;
API declaration: CHARGING_PLUGGED_AC
Differences: CHARGING_PLUGGED_AC
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: ChargingType;
API declaration: CHARGING_PLUGGED_USB
Differences: CHARGING_PLUGGED_USB
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: ChargingType;
API declaration: CHARGING_PLUGGED_WIRELESS
Differences: CHARGING_PLUGGED_WIRELESS
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: export enum BatteryStatus
Differences: export enum BatteryStatus
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: BatteryStatus;
API declaration: BATTERY_STATUS_LOW = 0
Differences: BATTERY_STATUS_LOW = 0
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: BatteryStatus;
API declaration: BATTERY_STATUS_OKAY
Differences: BATTERY_STATUS_OKAY
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: BatteryStatus;
API declaration: BATTERY_STATUS_LOW_OR_OKAY
Differences: BATTERY_STATUS_LOW_OR_OKAY
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: workScheduler;
API declaration: export enum StorageRequest
Differences: export enum StorageRequest
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: StorageRequest;
API declaration: STORAGE_LEVEL_LOW = 0
Differences: STORAGE_LEVEL_LOW = 0
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: StorageRequest;
API declaration: STORAGE_LEVEL_OKAY
Differences: STORAGE_LEVEL_OKAY
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: StorageRequest;
API declaration: STORAGE_LEVEL_LOW_OR_OKAY
Differences: STORAGE_LEVEL_LOW_OR_OKAY
api/@ohos.resourceschedule.workScheduler.d.ts
New APINAClass name: global;
API declaration: export type WorkSchedulerExtensionContext = _WorkSchedulerExtensionContext;
Differences: export type WorkSchedulerExtensionContext = _WorkSchedulerExtensionContext;
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New APINAClass name: global;
API declaration: export default class WorkSchedulerExtensionAbility
Differences: export default class WorkSchedulerExtensionAbility
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New APINAClass name: WorkSchedulerExtensionAbility;
API declaration: context: WorkSchedulerExtensionContext;
Differences: context: WorkSchedulerExtensionContext;
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New APINAClass name: WorkSchedulerExtensionAbility;
API declaration: onWorkStart(work: workScheduler.WorkInfo): void;
Differences: onWorkStart(work: workScheduler.WorkInfo): void;
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New APINAClass name: WorkSchedulerExtensionAbility;
API declaration: onWorkStop(work: workScheduler.WorkInfo): void;
Differences: onWorkStop(work: workScheduler.WorkInfo): void;
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.backgroundTaskManager.d.ts
Differences: BackgroundTasksKit
api/@ohos.backgroundTaskManager.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bundleState.d.ts
Differences: BackgroundTasksKit
api/@ohos.bundleState.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.reminderAgent.d.ts
Differences: BackgroundTasksKit
api/@ohos.reminderAgent.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.reminderAgentManager.d.ts
Differences: BackgroundTasksKit
api/@ohos.reminderAgentManager.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.resourceschedule.backgroundTaskManager.d.ts
Differences: BackgroundTasksKit
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.resourceschedule.deviceStandby.d.ts
Differences: BackgroundTasksKit
api/@ohos.resourceschedule.deviceStandby.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.resourceschedule.usageStatistics.d.ts
Differences: BackgroundTasksKit
api/@ohos.resourceschedule.usageStatistics.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.resourceschedule.workScheduler.d.ts
Differences: BackgroundTasksKit
api/@ohos.resourceschedule.workScheduler.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.WorkSchedulerExtensionAbility.d.ts
Differences: BackgroundTasksKit
api/@ohos.WorkSchedulerExtensionAbility.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.BackgroundTasksKit.d.ts
Differences: BackgroundTasksKit
kits/@kit.BackgroundTasksKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/2l1XnfWd