UserNotificationReadState Enum
- java.
lang. Object - java.
lang. Enum<UserNotificationReadState> - com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationReadState
- com.
- java.
public enum UserNotificationReadState
Contains values that determines the read state of each UserNotification. Notifications can be marked as Read or Unread by the app. The app gets to define the corresponding user experience.
Fields
READ |
Read state. |
UNREAD |
Unread state. |
Methods
fromInt(int value)
public static UserNotificationReadState fromInt(int value)
Parameters
- value
- int
Returns
getValue()
public int getValue()
Returns
int