ConnectedDevicesNotificationType Énumération
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesNotificationType> - com.
microsoft. connecteddevices. ConnectedDevicesNotificationType
- com.
- java.
public enum ConnectedDevicesNotificationType
Contient des valeurs qui décrivent le type (service) d’une notification.
Champs
| APN |
Service de notification Push Apple. |
| FCM |
Firebase Cloud Messaging. |
| GCM |
Google Cloud Messaging. |
| POLLING |
Aucun service de notification cloud ; interrogez plutôt les réponses entrantes. |
| UNKNOWN |
ConnectedDevicesNotificationType est inconnu (cohérent avec le cœur). |
| WNS |
Services de notification Push Windows. |
Méthodes
fromInt(int value)
public static ConnectedDevicesNotificationType fromInt(int value)
Paramètres
- value
- int
Retours
getValue()
public int getValue()