操作 旧版本 新版本 d.ts文件
syscap变更 类名:global;
API声明:declare namespace backgroundTaskManager
差异内容:NA
类名:global;
API声明:declare namespace backgroundTaskManager
差异内容:SystemCapability.ResourceSchedule.BackgroundTaskManager.Core
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:backgroundTaskManager;
API声明:interface ContinuousTaskNotification
差异内容:interface ContinuousTaskNotification
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:ContinuousTaskNotification;
API声明:slotType: notificationManager.SlotType;
差异内容:slotType: notificationManager.SlotType;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:ContinuousTaskNotification;
API声明:contentType: notificationManager.ContentType;
差异内容:contentType: notificationManager.ContentType;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:ContinuousTaskNotification;
API声明:notificationId: number;
差异内容:notificationId: number;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:backgroundTaskManager;
API声明:function updateBackgroundRunning(context: Context, bgModes: string[]): Promise<ContinuousTaskNotification>;
差异内容:function updateBackgroundRunning(context: Context, bgModes: string[]): Promise<ContinuousTaskNotification>;
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
新增API NA 类名:reminderAgentManager;
API声明:function addExcludeDate(reminderId: number, date: Date): Promise<void>;
差异内容:function addExcludeDate(reminderId: number, date: Date): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:reminderAgentManager;
API声明:function deleteExcludeDates(reminderId: number): Promise<void>;
差异内容:function deleteExcludeDates(reminderId: number): Promise<void>;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:reminderAgentManager;
API声明:function getExcludeDates(reminderId: number): Promise<Array<Date>>;
差异内容:function getExcludeDates(reminderId: number): Promise<Array<Date>>;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:reminderAgentManager;
API声明:function getAllValidReminders(): Promise<Array<ReminderInfo>>;
差异内容:function getAllValidReminders(): Promise<Array<ReminderInfo>>;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:WantAgent;
API声明:uri?: string;
差异内容:uri?: string;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:WantAgent;
API声明:parameters?: Record<string, Object>;
差异内容:parameters?: Record<string, Object>;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:ReminderRequestCalendar;
API声明:endDateTime?: LocalDateTime;
差异内容:endDateTime?: LocalDateTime;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:reminderAgentManager;
API声明:interface ReminderInfo
差异内容:interface ReminderInfo
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:ReminderInfo;
API声明:reminderId: number;
差异内容:reminderId: number;
api/@ohos.reminderAgentManager.d.ts
新增API NA 类名:ReminderInfo;
API声明:reminderReq: ReminderRequest;
差异内容:reminderReq: ReminderRequest;
api/@ohos.reminderAgentManager.d.ts
新增kit 类名:global;
API声明:api\application\WorkSchedulerExtensionContext.d.ts
差异内容:NA
类名:global;
API声明:api\application\WorkSchedulerExtensionContext.d.ts
差异内容:BackgroundTasksKit
api/application/WorkSchedulerExtensionContext.d.ts
API从不支持元服务到支持元服务 类名:global;
API声明:declare namespace backgroundTaskManager
差异内容:NA
类名:global;
API声明:declare namespace backgroundTaskManager
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:backgroundTaskManager;
API声明:function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
差异内容:NA
类名:backgroundTaskManager;
API声明:function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:backgroundTaskManager;
API声明:function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
差异内容:NA
类名:backgroundTaskManager;
API声明:function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:backgroundTaskManager;
API声明:function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
差异内容:NA
类名:backgroundTaskManager;
API声明:function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:backgroundTaskManager;
API声明:function stopBackgroundRunning(context: Context): Promise<void>;
差异内容:NA
类名:backgroundTaskManager;
API声明:function stopBackgroundRunning(context: Context): Promise<void>;
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:backgroundTaskManager;
API声明:export enum BackgroundMode
差异内容:NA
类名:backgroundTaskManager;
API声明:export enum BackgroundMode
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:BackgroundMode;
API声明:AUDIO_PLAYBACK = 2
差异内容:NA
类名:BackgroundMode;
API声明:AUDIO_PLAYBACK = 2
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts
API从不支持元服务到支持元服务 类名:BackgroundMode;
API声明:MULTI_DEVICE_CONNECTION = 6
差异内容:NA
类名:BackgroundMode;
API声明:MULTI_DEVICE_CONNECTION = 6
差异内容:atomicservice
api/@ohos.resourceschedule.backgroundTaskManager.d.ts