public class CameraCollector extends java.lang.Object implements DeviceCollector
Interceptor.ChainTAG| Constructor and Description |
|---|
CameraCollector() |
| Modifier and Type | Method and Description |
|---|---|
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.