-
- All Implemented Interfaces:
-
org.forgerock.android.auth.Interceptor,org.forgerock.android.auth.collector.DeviceCollector
public class BluetoothCollector implements DeviceCollector
Collector to collect device Bluetooth information
-
-
Method Summary
Modifier and Type Method Description StringgetName()Retrieve the name of the Collector voidcollect(Context context, FRListener<JSONObject> listener)Collect the device data. JSONObjectcollect(Context context)voidintercept(Interceptor.Chain chain, JSONObject data)Intercept the chain -
Methods inherited from class org.forgerock.android.auth.collector.DeviceCollector
collect -
Methods inherited from class org.forgerock.android.auth.Interceptor
intercept -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
collect
void collect(Context context, FRListener<JSONObject> listener)
Collect the device data.
- Parameters:
context- The Application Contextlistener- Listener to listen for collected data.
-
collect
JSONObject collect(Context context)
-
intercept
void intercept(Interceptor.Chain chain, JSONObject data)
Intercept the chain
- Parameters:
chain- The interceptor chaindata- The data received from previous chain
-
-
-
-