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

2022-08-09 浏览 (974)

事件通知子系统JS API变更

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

接口变更

模块名类名方法/属性/枚举/常量变更类型
notificationRequestNotificationRequestbadgeNumber?: number;新增
notificationRequestNotificationRequestremovalWantAgent?: WantAgent;新增
ohos.commonEventSupportCOMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"新增
ohos.commonEventSupportCOMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"新增
ohos.notificationnotificationgetSyncNotificationEnabledForUninstallApp(userId: number, callback: AsyncCallback<boolean>): void;
getSyncNotificationEnabledForUninstallApp(userId: number): Promise<boolean>;
新增
ohos.notificationnotificationsetSyncNotificationEnabledForUninstallApp(userId: number, enable: boolean, callback: AsyncCallback<void>): void;
setSyncNotificationEnabledForUninstallApp(userId: number, enable: boolean): Promise<void>;
新增

你可能感兴趣的鸿蒙文章

harmony(鸿蒙)OpenHarmony启用应用沙箱机制-适配指导

harmony(鸿蒙)3.2 beta2相对3.2 beta1变更详细说明

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

harmony(鸿蒙)无障碍子系统JS API变更

harmony(鸿蒙)帐号子系统JS API变更

harmony(鸿蒙)ArkUI子系统JS API变更

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

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

harmony(鸿蒙)公共基础库子系统JS API变更

harmony(鸿蒙)DFX子系统JS API变更

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