Package com.geouniq.android
Interface GeoUniq.ILocationsReceiver
- Enclosing class:
- GeoUniq
public static interface GeoUniq.ILocationsReceiver
Interface to receive callbacks when calling
GeoUniq.getLocationHistory(Date, Date, boolean, ILocationsReceiver).-
Method Summary
Modifier and TypeMethodDescriptionvoidonError()Callback method called when an error occurs during the communication with GeoUniq Analytics cloud platform.voidonSuccess(LinkedList<GeoUniq.Location> locations) Callback method called to return the list of positions retrieved form GeoUniq Analytics cloud platform.
-
Method Details
-
onSuccess
Callback method called to return the list of positions retrieved form GeoUniq Analytics cloud platform.- Parameters:
locations- aLinkedListofGeoUniq.Locationobjects
-
onError
void onError()Callback method called when an error occurs during the communication with GeoUniq Analytics cloud platform.
-