SensorDispatchHandler

public protocol SensorDispatchHandler : AnyObject

This protocol defines functions that are called by a SensorDispatch to notify a client application that sensor data has been received. Note that default implementations of each of these functions are already provided. Thus, you need only implement the functions corresponding to the sensors you are interested in.