1# notification.h
2
3
4## Overview
5
6Defines the APIs for notification service.
7
8**Library**: libohnotification.so
9
10**System capability**: SystemCapability.Notification.Notification
11
12**Since**: 13
13
14**Related module**: [Notification](./capi-notification.md)
15
16
17## Summary
18
19### Functions
20
21| Name| Description|
22| -------- | -------- |
23| bool [OH_Notification_IsNotificationEnabled](./capi-notification.md#oh_notification_isnotificationenabled)(void) | Queries the notification enabling state of the application.|
24