Class IAGeofenceListenerSupport

    • Constructor Detail

      • IAGeofenceListenerSupport

        public IAGeofenceListenerSupport()
    • Method Detail

      • onGeofencesTriggered

        public void onGeofencesTriggered​(IAGeofenceEvent geofenceEvent)
        Description copied from interface: IAGeofenceListener
        Called when one or more geofences have triggered with the user specified event triggers.

        There are no restrictions on the use of the supplied geofenceEvent object.

        Specified by:
        onGeofencesTriggered in interface IAGeofenceListener
        Parameters:
        geofenceEvent - The new geofence event containing triggered geofences, trigger type and triggering location.