public class BrowserCollector extends java.lang.Object implements DeviceCollector
Interceptor.ChainTAG| Constructor and Description |
|---|
BrowserCollector() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
collect(android.content.Context context) |
void |
collect(android.content.Context context,
FRListener<org.json.JSONObject> listener)
Collect the device data.
|
java.lang.String |
getName()
Retrieve the name of the Collector
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollect, interceptpublic 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 org.json.JSONObject collect(android.content.Context context)
throws org.json.JSONException
org.json.JSONException