ConnectedDevicesNotificationType Enumeration
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesNotificationType> - com.
microsoft. connecteddevices. ConnectedDevicesNotificationType
- com.
- java.
public enum ConnectedDevicesNotificationType
Enthält Werte, die den Typ (Dienst) einer Benachrichtigung beschreiben.
Felder
APN |
Apple Push Notification Service. |
FCM |
Firebase Cloud Messaging. |
GCM |
Google Cloud Messaging. |
POLLING |
Kein Cloudbenachrichtigungsdienst; fordern Sie stattdessen eingehende Antworten ab. |
UNKNOWN |
ConnectedDevicesNotificationType ist unbekannt (konsistent mit dem Kern). |
WNS |
Windows-Pushbenachrichtigungsdienste. |
Methoden
fromInt(int value)
public static ConnectedDevicesNotificationType fromInt(int value)
Parameter
- value
- int
Gibt zurück
getValue()
public int getValue()
Gibt zurück
int