ConnectedDevicesNotificationRegistrationState 列挙型
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesNotificationRegistrationState> - com.
microsoft. connecteddevices. ConnectedDevicesNotificationRegistrationState
- com.
- java.
public enum ConnectedDevicesNotificationRegistrationState
クラウド登録の状態を伝えるために使用される値。
フィールド
EXPIRED |
登録の有効期限が切れているため、アプリは再び登録を実行する必要があります。 |
EXPIRING |
登録の有効期限が切れるので、アプリは再び登録を実行する必要があります。 |
REGISTERED |
登録が完了しました。 |
UNREGISTERED |
登録は開始されていません。 |
メソッド
fromInt(int value)
public static ConnectedDevicesNotificationRegistrationState fromInt(int value)
パラメーター
- value
- int
戻り値
getValue()
public int getValue()
戻り値
int