UserNotificationReadStateFilter Enum
- java.
lang. Object - java.
lang. Enum<UserNotificationReadStateFilter> - com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationReadStateFilter
- com.
- java.
public enum UserNotificationReadStateFilter
Contains values that indicates a read state filter when creating a notification reader. This determines whether the app wants to receive all notifications, only read ones, or only unread ones.
Fields
ANY |
Any state. |
READ |
Read state only. |
UNREAD |
Unread state only. |
Methods
fromInt(int value)
public static UserNotificationReadStateFilter fromInt(int value)
Parameters
- value
- int
Returns
getValue()
public int getValue()
Returns
int