public class GKCardConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Integer> |
mConfigValues
The config values, parsed from JSON, that were retrieved from /device/settings endpoint
|
| Constructor and Description |
|---|
GKCardConfiguration(java.lang.String configValues) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAuthTimeout()
Get the timeout in seconds the card will wait until terminating a session once the SPP connection is terminated
|
java.lang.String |
getConfigJson() |
void |
setAuthTimeout(java.lang.Integer authTimeout)
Set the timeout in seconds the card will wait until terminating a session once the SPP connection is terminated.
|
protected final java.util.Map<java.lang.String,java.lang.Integer> mConfigValues
public java.lang.String getConfigJson()
public java.lang.Integer getAuthTimeout()
public void setAuthTimeout(java.lang.Integer authTimeout)
authTimeout - the value with which to set the timeout