枚舉
typedef NS_ENUM(NSInteger, MCDUserNotificationPriority)
包含值,描述使用者通知的優先順序。
名稱 | 值 | 描述 |
---|---|---|
MCDUserNotificationPriorityNone | 0 | 優先順序未知。 |
MCDUserNotificationPriorityHigh | 1 | 優先順序很高。 |
MCDUserNotificationPriorityLow | 2 | 優先順序很低。 |
MCDUserNotificationPriority
typedef NS_ENUM(NSInteger, MCDUserNotificationPriority)
包含值,描述使用者通知的優先順序。
名稱 | 值 | 描述 |
---|---|---|
MCDUserNotificationPriorityNone | 0 | 優先順序未知。 |
MCDUserNotificationPriorityHigh | 1 | 優先順序很高。 |
MCDUserNotificationPriorityLow | 2 | 優先順序很低。 |