ConnectedDevicesNotificationType Enum
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesNotificationType> - com.
microsoft. connecteddevices. ConnectedDevicesNotificationType
- com.
- java.
public enum ConnectedDevicesNotificationType
Contains values that describe the type (service) of a notification.
Fields
| APN |
Apple Push Notification Service. |
| FCM |
Firebase Cloud Messaging. |
| GCM |
Google Cloud Messaging. <xrefsect id="deprecated_1_deprecated000003"><xreftitle>Deprecated</xreftitle><xrefdescription> As Google will offically shut down their GCM servers on April 11 2019 </xrefdescription></xrefsect> |
| POLLING |
No cloud notification service; instead poll for incoming responses. |
| UNKNOWN |
ConnectedDevicesNotificationType is unknown (consistent with core). |
| WNS |
Windows Push Notification Services. |
Methods
fromInt(int value)
public static ConnectedDevicesNotificationType fromInt(int value)
Parameters
- value
- int
Returns
getValue()
public int getValue()