Package com.geouniq.android
Interface GeoUniq.GeoFenceListener
- Enclosing class:
- GeoUniq
public static interface GeoUniq.GeoFenceListener
Defines callback methods to receive updates on the status of a monitored
GeoUniq.GeoFence.-
Method Summary
Modifier and TypeMethodDescriptionvoidonStatusChanged(android.content.Context context, GeoUniq.GeoFence geoFence) Called when the status of aGeoUniq.GeoFencechanges.
The new status can be obtained by callingGeoUniq.GeoFence.getStatus()
-
Method Details
-
onStatusChanged
Called when the status of aGeoUniq.GeoFencechanges.
The new status can be obtained by callingGeoUniq.GeoFence.getStatus()- Parameters:
context- The application contextgeoFence- TheGeoUniq.GeoFencewhoseGeoUniq.GeoFence.Statushas changed
-