次の方法で共有


ConnectedDevicesNotificationType 列挙型

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

public enum ConnectedDevicesNotificationType

通知の種類 (サービス) を表す値が含まれています。

フィールド

APN

Apple Push Notification Service。

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

適用対象