SmartGeofenceEventDelegate

A delegate that will be invoked when a smart geofence event is detected.

onSmartGeofenceEvent

@objc
func onSmartGeofenceEvent(_ smartGeofenceEvent: SmartGeofenceEvent)

Called whenever a smart geofence entry/exit is detected.

Parameters

event

A SmartGeofenceEvent object representing the entry/exit event that just happened.

Last updated