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