ConnectedDevicesNotificationType 枚举

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

public enum ConnectedDevicesNotificationType

包含描述通知 (服务) 类型的值。

字段

APN

Apple 推送通知服务。

FCM

Firebase Cloud Messaging。

GCM

Google Cloud Messaging。

POLLING

无云通知服务;而是轮询传入响应。

UNKNOWN

ConnectedDevicesNotificationType 与核心) 一致 (未知。

WNS

Windows 推送通知服务。

方法

fromInt(int value)

public static ConnectedDevicesNotificationType fromInt(int value)

参数

value
int

返回

getValue()

public int getValue()

返回

int

适用于