Package com.geouniq.android
Interface GeoUniq.ITrackingListener
- Enclosing class:
- GeoUniq
public static interface GeoUniq.ITrackingListener
Defines methods to receive a callback when a new position update is detected and sent to GeoUniq analytics platform.
Implementing this interface is necessary to call the methods
GeoUniq.registerTrackingListener(Class) and
GeoUniq.removeTrackingListener(Class).
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNewPositionUpdate(android.content.Context context, GeoUniq.Location location) Callback method called when a new position update is detected.
-
Method Details
-
onNewPositionUpdate
Callback method called when a new position update is detected.- Parameters:
context- The Application Context.location- The detected location.
-