harmony 鸿蒙NotificationFlags
NotificationFlags
The NotificationFlags module implements a NotificationFlags instance.
NOTE
The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
System capability: SystemCapability.Notification.Notification
Attributes
Name | Type | Read Only | Optional | Description |
---|---|---|---|---|
soundEnabled | NotificationFlagStatus | Yes | Yes | Settings of the sound alert for the notification. |
vibrationEnabled | NotificationFlagStatus | Yes | Yes | Settings of the vibration for the notification. |
NotificationFlagStatus11+
Enumerates the notification flag statuses.
System capability: SystemCapability.Notification.Notification
Name | Value | Description |
---|---|---|
TYPE_NONE | 0 | The default flag is used. The effect is the same as that of TYPE_OPEN. |
TYPE_OPEN | 1 | The notification flag is enabled. |
TYPE_CLOSE | 2 | The notification flag is disabled. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Notification Kit (User Notification Service)
harmony 鸿蒙Notification Error Codes
harmony 鸿蒙NotificationActionButton
harmony 鸿蒙NotificationCommonDef
harmony 鸿蒙NotificationContent (System API)
harmony 鸿蒙NotificationFlags (System API)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦