Trap Datasource
interface TrapDatasource
The interface describing a data source collector which can be added to the platform and it's lifecycle tracked.
Inheritors
Functions
Link copied to clipboard
abstract fun start(activity: Activity, config: TrapConfig.DataCollection, storage: SynchronizedQueue<JSONArray>)
Start the data collection process for this particular collector with the specified config.