Example Usage: readerInfo.getFriendlyName();
@Deprecated
public class SimulScanReaderInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SimulScanReaderInfo.DeviceType
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
List of supported scanner device type.
|
Modifier and Type | Method and Description |
---|---|
SimulScanReaderInfo.DeviceType |
getDeviceType()
Deprecated.
Returns the reader device type
|
java.lang.String |
getFriendlyName()
Deprecated.
Returns the friendly name of the Device.
|
public java.lang.String getFriendlyName()
Example Usage: String name = readerInfo.getFriendlyName();
public SimulScanReaderInfo.DeviceType getDeviceType()
Example Usage: SimulScanDeviceType deviceType = readerInfo.getDeviceType();