public class IAGeofenceListenerSupport extends java.lang.Object implements IAGeofenceListener
IAGeofenceListener as no-ops.| Constructor and Description |
|---|
IAGeofenceListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
onGeofencesTriggered(IAGeofenceEvent geofenceEvent)
Called when one or more geofences have triggered with the user specified event triggers.
|
public void onGeofencesTriggered(IAGeofenceEvent geofenceEvent)
IAGeofenceListenerThere are no restrictions on the use of the supplied geofenceEvent object.
onGeofencesTriggered in interface IAGeofenceListenergeofenceEvent - The new geofence event containing triggered geofences, trigger type and
triggering location.