Package | Description |
---|---|
com.nativex.common |
Modifier and Type | Field and Description |
---|---|
private Device |
JsonRequestManager.device |
private static Device |
DeviceManager.device |
Modifier and Type | Method and Description |
---|---|
protected Device |
JsonRequestManager.getDevice() |
static Device |
DeviceManager.getDeviceInstance(Context context)
Returns a populated instance of the device object that represents the device that we are currently running.
|
protected Device |
DeviceManager.getDeviceInstance(Device mockDevice)
Provided for unit test purposes.
|
Modifier and Type | Method and Description |
---|---|
protected Device |
DeviceManager.getDeviceInstance(Device mockDevice)
Provided for unit test purposes.
|
Constructor and Description |
---|
JsonRequestManager(Device device)
Constructs a JsonRequestManager.
|