GeofenceControllerInterface
public protocol GeofenceControllerInterface
                Manages observers to changes in Geofence Events
- 
                  
                  
Adds an observer to changes in Geofence events
Declaration
Swift
func addListener(_ object: GeofenceEventListener)Parameters
objectan object adhering to protocol GeofenceEventListener
 - 
                  
                  
Remove an observer to changes in Geofence events
Declaration
Swift
func removeListener(_ object: GeofenceEventListener)Parameters
objectan object adhering to protocol GeofenceEventListener
 
      GeofenceControllerInterface Protocol Reference