OnScanStarted

data class OnScanStarted(val measurementUUID: String) : ScanEvent

Event returned when the scan was started.

Parameters

measurementUUID

UUID of the scan

Constructors

Link copied to clipboard
constructor(measurementUUID: String)

Properties

Link copied to clipboard
open override val measurementUUID: String