Condividi tramite


UserNotificationUserActionState Enumerazione

  • java.lang.Object
    • java.lang.Enum<UserNotificationUserActionState>
      • com.microsoft.connecteddevices.userdata.usernotifications.UserNotificationUserActionState

public enum UserNotificationUserActionState

Contiene valori che determinano lo stato dell'azione utente di ogni UserNotification. Le notifiche possono essere contrassegnate come Attivato, Ignorato o Snoozed dall'app. L'app ottiene per definire l'esperienza utente corrispondente.

Campi

ACTIVATED

Stato attivato.

DISMISSED

Stato ignorato.

NO_INTERACTION

Stato NoInteraction.

SNOOZED

Stato snoozed.

Metodi

fromInt(int value)

public static UserNotificationUserActionState fromInt(int value)

Parametri

value
int

Restituisce

getValue()

public int getValue()

Restituisce

int

Si applica a