Compartir a través de


ConnectedDevicesNotificationType Enumeración

  • java.lang.Object
    • java.lang.Enum<ConnectedDevicesNotificationType>
      • com.microsoft.connecteddevices.ConnectedDevicesNotificationType

public enum ConnectedDevicesNotificationType

Contiene valores que describen el tipo (servicio) de una notificación.

Campos

APN

Servicio de notificaciones push de Apple.

FCM

Firebase Cloud Messaging.

GCM

Google Cloud Messaging.

POLLING

Sin servicio de notificación en la nube; en su lugar sondee las respuestas entrantes.

UNKNOWN

ConnectedDevicesNotificationType es desconocido (coherente con el núcleo).

WNS

Servicios de notificaciones push de Windows.

Métodos

fromInt(int value)

public static ConnectedDevicesNotificationType fromInt(int value)

Parámetros

value
int

Devoluciones

getValue()

public int getValue()

Devoluciones

int

Se aplica a