ConnectedDevicesNotificationType Enumeração
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesNotificationType> - com.
microsoft. connecteddevices. ConnectedDevicesNotificationType
- com.
- java.
public enum ConnectedDevicesNotificationType
Contém valores que descrevem o tipo (serviço) de uma notificação.
Campos
APN |
Serviço de Notificação por Push da Apple. |
FCM |
Firebase Cloud Messaging. |
GCM |
Google Cloud Messaging. |
POLLING |
Nenhum serviço de notificação na nuvem; em vez disso, pesquise respostas de entrada. |
UNKNOWN |
ConnectedDevicesNotificationType é desconhecido (consistente com o núcleo). |
WNS |
Serviços de Notificação por Push do Windows. |
Métodos
fromInt(int value)
public static ConnectedDevicesNotificationType fromInt(int value)
Parâmetros
- value
- int
Retornos
getValue()
public int getValue()
Retornos
int