Enum NotificationBlockState
Definition
- Namespace:
- Tizen.Applications.Notifications
- Assembly:
- Tizen.Applications.Notification.dll
Enumeration for the block state.
public enum NotificationBlockState
Fields
Name | Description |
---|---|
Allowed | Value to check if the app is allowed to post notification. |
Blocked | Value to check if the app is not allowed to post any notification. |
DoNotDisturb | Value to check if the do not disturb mode is set by the user. |