TNDriveMotionMonitorDelegate
@objc
public protocol TNDriveMotionMonitorDelegate
Undocumented
-
The progress of trip upload for monitor listener
Declaration
Swift
@objc optional func onProgressUpdated(_ progress: TNProgress) -
This method is invoked whenever the system detects peripheral devices during monitoring.
@param event PeripheralEvent object containing the trigger reason and list of detected peripheral devices
Declaration
Swift
@objc optional func onPeripheralsCollected(_ event: PeripheralEvent)