Class BrowserCollector

  • All Implemented Interfaces:
    org.forgerock.android.auth.Interceptor , org.forgerock.android.auth.collector.DeviceCollector

    
    public class BrowserCollector
     implements DeviceCollector
                        

    Collector to collect device Browser information

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String TAG
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() Retrieve the name of the Collector
      void collect(Context context, FRListener<JSONObject> listener) Collect the device data.
      JSONObject collect(Context context)
      • Methods inherited from class org.forgerock.android.auth.collector.DeviceCollector

        collect, intercept
      • 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
    • Constructor Detail

      • BrowserCollector

        BrowserCollector()