Enum MCDUserNotificationReadState
typedef NS_ENUM(NSInteger, MCDUserNotificationReadState)
Contiene valores que describen el estado de lectura de una notificación.
Nombre | Valor | Descripción |
---|---|---|
MCDUserNotificationReadStateUnread | 0 | La notificación no se ha leído. |
MCDUserNotificationReadStateRead | 1 | Se ha leído la notificación. |