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

2022-08-09 浏览 (857)

事件通知子系统JS API变更

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

接口变更

模块名类名方法/属性/枚举/常量变更类型
commonEventSubscriberCommonEventSubscriberfinishCommonEvent(callback: AsyncCallback<void>): void;
finishCommonEvent(): Promise<void>;
新增
notificationSlotNotificationSlotreadonly enabled?: boolean;新增
ohos.commonEventSupportCOMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"新增
ohos.commonEventSupportCOMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL"新增
ohos.commonEventSupportCOMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"新增
ohos.commonEventSupportCOMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"新增
ohos.commonEventSupportCOMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"新增
ohos.notificationnotificationisNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback<boolean>): void;
isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise<boolean>;
新增
ohos.notificationnotificationenableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback<void>): void;
enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise<void>;
新增
ohos.notificationnotificationcancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback<void>): void;
cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise<void>;
新增
ohos.notificationnotificationpublishAsBundle(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变更

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