Uses of Class
com.aducid.sdk.enums.DeviceType
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
- 
Uses of DeviceType in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return DeviceType Modifier and Type Method Description static DeviceTypeDeviceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeviceType[]DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of DeviceType in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return DeviceType Modifier and Type Method Description DeviceTypePeigDetails. getDeviceType()Returns device type.Methods in com.aducid.sdk.pojo with parameters of type DeviceType Modifier and Type Method Description voidPeigDetails. setDeviceType(DeviceType deviceType)Sets device type.