UserNotificationUserActionState Enum
- java.
lang. Object - java.
lang. Enum<UserNotificationUserActionState> - com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationUserActionState
- com.
- java.
public enum UserNotificationUserActionState
Contains values that determines the user action state of each UserNotification. Notifications can be marked as Activated, Dismissed, or Snoozed by the app. The app gets to define the corresponding user experience.
Fields
ACTIVATED |
Activated state. |
DISMISSED |
Dismissed state. |
NO_INTERACTION |
NoInteraction state. |
SNOOZED |
Snoozed state. |
Methods
fromInt(int value)
public static UserNotificationUserActionState fromInt(int value)
Parameters
- value
- int
Returns
getValue()
public int getValue()
Returns
int