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