public enum PairedDevice.DeviceType extends Enum<PairedDevice.DeviceType> implements ProtocolMessageEnumThe type of device.
Protobuf enum google.devicesandservices.health.v4.PairedDevice.DeviceType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEVICE_TYPE_UNSPECIFIED |
Device type is not specified. |
DEVICE_TYPE_UNSPECIFIED_VALUE |
Device type is not specified. |
SCALE |
Device type is scale. |
SCALE_VALUE |
Device type is scale. |
TRACKER |
Device type is tracker. |
TRACKER_VALUE |
Device type is tracker. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|