1# notification.h
2
3
4## 概述
5
6声明通知服务相关的API。
7
8**库:** libohnotification.so
9
10**系统能力:** SystemCapability.Notification.Notification
11
12**起始版本:** 13
13
14**相关模块:**[Notification](./capi-notification.md)
15
16
17## 汇总
18
19### 函数
20
21| 名称 | 描述 |
22| -------- | -------- |
23| bool [OH_Notification_IsNotificationEnabled](./capi-notification.md#oh_notification_isnotificationenabled)(void) | 查询当前应用通知使能状态。 |
24