SLSummary

class SLSummary

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class SLSummaryResult(val numberOfWifisFound: Int, val numberOfBluetoothsFound: Int, val numberOfCellsFound: Int)

Functions

Link copied to clipboard
Link copied to clipboard
fun addCellScan(cellScan: List<SLCellEntry>)
Link copied to clipboard
fun addWifiScan(wifiScan: List<SLWifiEntry>)
Link copied to clipboard

Get the summary object and clear the lists of objects found

Link copied to clipboard
fun start()

Call start before we start collecting stats

Link copied to clipboard
fun stop()

Call stop when we dont want to collect more stats