Uses of Class
com.creditcall.chipdnamobile.DeviceStatus.DeviceStatusEnum
-
-
Uses of DeviceStatus.DeviceStatusEnum in com.creditcall.chipdnamobile
Methods in com.creditcall.chipdnamobile that return DeviceStatus.DeviceStatusEnum Modifier and Type Method Description DeviceStatus.DeviceStatusEnumDeviceStatus. getStatus()The current connection status of the device.static DeviceStatus.DeviceStatusEnumDeviceStatus.DeviceStatusEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeviceStatus.DeviceStatusEnum[]DeviceStatus.DeviceStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-