Package com.geouniq.android
Interface GeoUniq.GeoFenceListener
-
- Enclosing class:
- GeoUniq
public static interface GeoUniq.GeoFenceListenerDefines callback methods to receive updates on the status of a monitoredGeoUniq.GeoFence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStatusChanged(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 Detail
-
onStatusChanged
void onStatusChanged(@NonNull android.content.Context context, @NonNull GeoUniq.GeoFence geoFence)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
-
-