Last updated 9 months ago
A delegate that will be invoked when a smart geofence event is detected.
onSmartGeofenceEvent
Copy@objc func onSmartGeofenceEvent(_ smartGeofenceEvent: SmartGeofenceEvent)Called whenever a smart geofence entry/exit is detected.
@objc func onSmartGeofenceEvent(_ smartGeofenceEvent: SmartGeofenceEvent)
Called whenever a smart geofence entry/exit is detected.
event
A object representing the entry/exit event that just happened.