Condividi tramite


ConnectedDevicesNotificationType Enumerazione

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

public enum ConnectedDevicesNotificationType

Contiene valori che descrivono il tipo (servizio) di una notifica.

Campi

APN

Apple Push Notification Service.

FCM

Firebase Cloud Messaging.

GCM

Google Cloud Messaging.

POLLING

Nessun servizio di notifica cloud; Eseguire invece il polling per le risposte in ingresso.

UNKNOWN

ConnectedDevicesNotificationType è sconosciuto (coerente con core).

WNS

Servizi notifica push Windows.

Metodi

fromInt(int value)

public static ConnectedDevicesNotificationType fromInt(int value)

Parametri

value
int

Restituisce

getValue()

public int getValue()

Restituisce

int

Si applica a