enum MCDUserNotificationPriority
typedef NS_ENUM(NSInteger, MCDUserNotificationPriority)
Contains values that describe the priority of a user notification.
Name | Value | Description |
---|---|---|
MCDUserNotificationPriorityNone | 0 | The priority is unknown. |
MCDUserNotificationPriorityHigh | 1 | The priority is high. |
MCDUserNotificationPriorityLow | 2 | The priority is low. |