harmony 鸿蒙事件通知子系统JS API变更

  • 2022-12-22
  • 浏览 (318)

事件通知子系统JS API变更

OpenHarmony 3.2 Beta1版本相较于OpenHarmony 3.1 Release版本,事件通知子系统的API变更如下:

接口变更

模块名 类名 方法/属性/枚举/常量 变更类型
commonEventSubscriber CommonEventSubscriber finishCommonEvent(callback: AsyncCallback<void>): void;
finishCommonEvent(): Promise<void>;
新增
notificationSlot NotificationSlot readonly enabled?: boolean; 新增
ohos.commonEvent Support COMMON_EVENT_VOLUME_EJECT = “usual.event.data.VOLUME_EJECT” 新增
ohos.commonEvent Support COMMON_EVENT_VOLUME_BAD_REMOVAL = “usual.event.data.VOLUME_BAD_REMOVAL” 新增
ohos.commonEvent Support COMMON_EVENT_VOLUME_MOUNTED = “usual.event.data.VOLUME_MOUNTED” 新增
ohos.commonEvent Support COMMON_EVENT_VOLUME_UNMOUNTED = “usual.event.data.VOLUME_UNMOUNTED” 新增
ohos.commonEvent Support COMMON_EVENT_VOLUME_REMOVED = “usual.event.data.VOLUME_REMOVED” 新增
ohos.notification notification isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback<boolean>): void;
isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise<boolean>;
新增
ohos.notification notification enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback<void>): void;
enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise<void>;
新增
ohos.notification notification cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback<void>): void;
cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise<void>;
新增
ohos.notification notification publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback<void>): void;
publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise<void>;
新增

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙元能力子系统JS API变更

harmony 鸿蒙ArkUI子系统JS API变更

harmony 鸿蒙电源服务子系统JS API变更

harmony 鸿蒙包管理子系统JS API变更

harmony 鸿蒙基础通信子系统JS API变更

harmony 鸿蒙DFX子系统JS API变更

harmony 鸿蒙分布式数据管理子系统JS API变更

harmony 鸿蒙文件管理子系统JS API变更

harmony 鸿蒙全球化子系统JS API变更

0  赞