Sensor
public protocol Sensor
Sensor for detecting and tracking various kinds of disease transmission vectors, e.g. contact with people, time at location.
-
Add delegate for responding to sensor events.
Declaration
Swift
func add(delegate: SensorDelegate) -
Start sensing.
Declaration
Swift
func start() -
Stop sensing.
Declaration
Swift
func stop()
Sensor Protocol Reference