Functions

Link copied to clipboard
open fun getName(): String
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.

Link copied to clipboard
abstract fun stop(activity: Activity)

Stop the data collection process for this particular collector.