OnFocusFound

data class OnFocusFound(val measurementUUID: String?) : ScanEvent

Event returned when the focus was found.

Parameters

measurementUUID

UUID of the scan if available, null otherwise

Constructors

Link copied to clipboard
constructor(measurementUUID: String?)

Properties

Link copied to clipboard
open override val measurementUUID: String?