SmartGeofenceEventListener

A listener that receives smart geofence entry and exit updates.

SmartGeofenceEventListener API

onSmartGeofenceEvent

void onSmartGeofenceEvent(SmartGeofenceEvent event)

Called whenever a smart geofence entry or exit is detected.

Parameters

event

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

Last updated