Protocols
The following protocols are available globally.
-
The delegate of a
See moreSensorMonitorobject must adopt theSensorMonitorDelegateprotocol. Methods of the protocol allow the delegate to observe sensor plugged in state changes.Declaration
Swift
public protocol SensorMonitorDelegate: class
-
The delegate of the AmbientNoiseMonitor object must adopt the
See moreAmbientNoiseMonitorDelegateprotocol. This allows the delegate to observe wheneverisBelowThresholdstate changes.Declaration
Swift
public protocol AmbientNoiseMonitorDelegate: class
-
The delegate of a
See moreReachabilityMonitorobject must adopt theReachabilityMonitorDelegateprotocol. Methods of the protocol allow the delegate to observe network reachability state changes..Declaration
Swift
public protocol ReachabilityMonitorDelegate: class
-
The delegate of a
See moreTestSessionRecorderobject must adopt theTestRecorderDelegateprotocol. Methods of the protocol allow the delegate to observe recorder state changes and signal strength changes.Declaration
Swift
public protocol TestRecorderDelegate: class
View on GitHub
Protocols Reference