public class FRDeviceCollector extends java.lang.Object implements DeviceCollector
| Modifier and Type | Class and Description |
|---|---|
static class |
FRDeviceCollector.FRDeviceCollectorBuilder |
Interceptor.Chain| Modifier and Type | Field and Description |
|---|---|
static FRDeviceCollector |
DEFAULT
The Default Device Collector to retrieve the device attribute.
|
static java.util.List<DeviceCollector> |
DEFAULT_COLLECTORS |
TAG| Modifier and Type | Method and Description |
|---|---|
static FRDeviceCollector.FRDeviceCollectorBuilder |
builder() |
void |
collect(android.content.Context context,
FRListener<org.json.JSONObject> listener)
Collect the device data.
|
java.util.List<DeviceCollector> |
getCollectors() |
java.lang.String |
getName()
Retrieve the name of the Collector
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollect, interceptpublic static final java.util.List<DeviceCollector> DEFAULT_COLLECTORS
public static final FRDeviceCollector DEFAULT
public java.lang.String getName()
DeviceCollectorgetName in interface DeviceCollectorpublic void collect(android.content.Context context,
FRListener<org.json.JSONObject> listener)
DeviceCollectorcollect in interface DeviceCollectorcontext - The Application Contextlistener - Listener to listen for collected data.public static FRDeviceCollector.FRDeviceCollectorBuilder builder()
public java.util.List<DeviceCollector> getCollectors()