Enum MCDUserNotificationReadStateFilter
typedef NS_ENUM(NSInteger, MCDUserNotificationReadStateFilter)
Contient des valeurs qui classent les notifications par état de lecture (pour la récupération de notification filtrée).
Nom | Valeur | Description |
---|---|---|
MCDUserNotificationReadStateFilterAny | 0 | Inclure des notifications quel que soit l’état de lecture. |
MCDUserNotificationReadStateFilterUnread | 1 | Incluez les notifications qui n’ont pas été lues. |
MCDUserNotificationReadStateFilterRead | 2 | Inclure les notifications qui ont été lues. |