ConnectedDevicesNotificationType Enum

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

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.

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()

Returns

int

Applies to