操作 旧版本 新版本 d.ts文件
API废弃版本变更 类名:ShowNotificationOptions;
API声明:clickAction?: ActionResult;
差异内容:7
类名:ShowNotificationOptions;
API声明:clickAction?: ActionResult;
差异内容:NA
api/@system.notification.d.ts
API废弃版本变更 类名:NotificationSlot;
API声明:level?: notification.SlotLevel;
差异内容:20
类名:NotificationSlot;
API声明:level?: notification.SlotLevel;
差异内容:NA
api/notification/notificationSlot.d.ts
新增错误码 类名:notificationManager;
API声明:function cancelAll(): Promise<void>;
差异内容:NA
类名:notificationManager;
API声明:function cancelAll(): Promise<void>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function getSlots(): Promise<Array<NotificationSlot>>;
差异内容:NA
类名:notificationManager;
API声明:function getSlots(): Promise<Array<NotificationSlot>>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function removeAllSlots(): Promise<void>;
差异内容:NA
类名:notificationManager;
API声明:function removeAllSlots(): Promise<void>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function isNotificationEnabled(): Promise<boolean>;
差异内容:NA
类名:notificationManager;
API声明:function isNotificationEnabled(): Promise<boolean>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function getActiveNotificationCount(): Promise<number>;
差异内容:NA
类名:notificationManager;
API声明:function getActiveNotificationCount(): Promise<number>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function getActiveNotifications(): Promise<Array<NotificationRequest>>;
差异内容:NA
类名:notificationManager;
API声明:function getActiveNotifications(): Promise<Array<NotificationRequest>>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function requestEnableNotification(): Promise<void>;
差异内容:NA
类名:notificationManager;
API声明:function requestEnableNotification(): Promise<void>;
差异内容:401
api/@ohos.notificationManager.d.ts
新增错误码 类名:notificationManager;
API声明:function isDistributedEnabled(): Promise<boolean>;
差异内容:NA
类名:notificationManager;
API声明:function isDistributedEnabled(): Promise<boolean>;
差异内容:401
api/@ohos.notificationManager.d.ts
删除错误码 类名:notificationManager;
API声明:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void;
差异内容:1600020
类名:notificationManager;
API声明:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.notificationManager.d.ts
删除错误码 类名:notificationManager;
API声明:function publish(request: NotificationRequest): Promise<void>;
差异内容:1600020
类名:notificationManager;
API声明:function publish(request: NotificationRequest): Promise<void>;
差异内容:NA
api/@ohos.notificationManager.d.ts
删除错误码 类名:notificationManager;
API声明:function setBadgeNumber(badgeNumber: number, callback: AsyncCallback<void>): void;
差异内容:801
类名:notificationManager;
API声明:function setBadgeNumber(badgeNumber: number, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.notificationManager.d.ts
删除错误码 类名:notificationManager;
API声明:function setBadgeNumber(badgeNumber: number): Promise<void>;
差异内容:801
类名:notificationManager;
API声明:function setBadgeNumber(badgeNumber: number): Promise<void>;
差异内容:NA
api/@ohos.notificationManager.d.ts
删除错误码 类名:notificationManager;
API声明:function openNotificationSettings(context: UIAbilityContext): Promise<void>;
差异内容:801
类名:notificationManager;
API声明:function openNotificationSettings(context: UIAbilityContext): Promise<void>;
差异内容:NA
api/@ohos.notificationManager.d.ts
删除API 类名:global;
API声明:export interface NotificationIconButton
差异内容:export interface NotificationIconButton
NA api/notification/notificationContent.d.ts
删除API 类名:notificationManager;
API声明:function getNotificationSetting(): Promise<NotificationSetting>;
差异内容:function getNotificationSetting(): Promise<NotificationSetting>;
NA api/@ohos.notificationManager.d.ts
删除API 类名:notificationManager;
API声明:export interface NotificationSetting
差异内容:export interface NotificationSetting
NA api/@ohos.notificationManager.d.ts
删除API 类名:NotificationSetting;
API声明:vibrationEnabled: boolean;
差异内容:vibrationEnabled: boolean;
NA api/@ohos.notificationManager.d.ts
删除API 类名:NotificationSetting;
API声明:soundEnabled: boolean;
差异内容:soundEnabled: boolean;
NA api/@ohos.notificationManager.d.ts
删除API 类名:NotificationRequest;
API声明:updateOnly?: boolean;
差异内容:updateOnly?: boolean;
NA api/notification/notificationRequest.d.ts
删除API 类名:NotificationSlot;
API声明:notificationLevel?: notificationManager.SlotLevel;
差异内容:notificationLevel?: notificationManager.SlotLevel;
NA api/notification/notificationSlot.d.ts
起始版本有变化 类名:notificationManager;
API声明:function isNotificationEnabled(callback: AsyncCallback<boolean>): void;
差异内容:11
类名:notificationManager;
API声明:function isNotificationEnabled(callback: AsyncCallback<boolean>): void;
差异内容:9
api/@ohos.notificationManager.d.ts
起始版本有变化 类名:notificationManager;
API声明:function isNotificationEnabled(): Promise<boolean>;
差异内容:11
类名:notificationManager;
API声明:function isNotificationEnabled(): Promise<boolean>;
差异内容:9
api/@ohos.notificationManager.d.ts
起始版本有变化 类名:global;
API声明:export enum NotificationFlagStatus
差异内容:11
类名:global;
API声明:export enum NotificationFlagStatus
差异内容:8
api/notification/notificationFlags.d.ts
起始版本有变化 类名:NotificationFlagStatus;
API声明:TYPE_NONE = 0
差异内容:11
类名:NotificationFlagStatus;
API声明:TYPE_NONE = 0
差异内容:8
api/notification/notificationFlags.d.ts
起始版本有变化 类名:NotificationFlagStatus;
API声明:TYPE_OPEN = 1
差异内容:11
类名:NotificationFlagStatus;
API声明:TYPE_OPEN = 1
差异内容:8
api/notification/notificationFlags.d.ts
起始版本有变化 类名:NotificationFlagStatus;
API声明:TYPE_CLOSE = 2
差异内容:11
类名:NotificationFlagStatus;
API声明:TYPE_CLOSE = 2
差异内容:8
api/notification/notificationFlags.d.ts
删除导出符号 类名:global;
API声明:export interface NotificationIconButton
差异内容:export interface NotificationIconButton
类名:global;
API声明:
差异内容:NA
api/notification/notificationContent.d.ts