SimulScanStatusData class provides access to reader status.
Example Usage: SimulScanStatusData.getState();
@Deprecated
public class SimulScanStatusData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SimulScanStatusData.ExtendedStatus
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
Available reader extended statuses.
|
static class |
SimulScanStatusData.SimulScanStatus
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
Available reader statuses. |
Constructor and Description |
---|
SimulScanStatusData()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SimulScanStatusData.ExtendedStatus |
getExtendedState()
Deprecated.
Returns the extended status if any
|
java.lang.String |
getFriendlyName()
Deprecated.
Returns the friendly name of the Reader from which the SimulScanStatusData
object was from
|
SimulScanStatusData.SimulScanStatus |
getState()
Deprecated.
Returns the the current status
|
java.lang.String |
getStatusDescription()
Deprecated.
Returns the description for any status if available.
|
public SimulScanStatusData.SimulScanStatus getState()
public java.lang.String getFriendlyName()
public SimulScanStatusData.ExtendedStatus getExtendedState()
public java.lang.String getStatusDescription()