@Beta 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)
IAGeofenceListener
There are no restrictions on the use of the supplied geofenceEvent
object.
onGeofencesTriggered
in interface IAGeofenceListener
geofenceEvent
- The new geofence event containing triggered geofences, trigger type and
triggering location
.