Package com.geouniq.android
package com.geouniq.android
-
Interface SummaryInterfaceDescriptionDefines callback methods to receive updates on the status of a monitored
GeoUniq.GeoFence.Deprecated.This interface is no longer used.Map that wrap the consents list and its statusDefines a callback method to receive the DEVICE-ID assigned by GeoUniq Platform to this device.Provides a callback method to be notified of errors after calling some GeoUniq SDK's API methods.Defines callback methods to receive updates on the detection of a newGeoUniq.HomeLocation.Defines callback methods to receiveLocationobjects after callingGeoUniq.getLocation(float, ILocationListener, IErrorListener).Interface to receive callbacks when callingGeoUniq.getLocationHistory(Date, Date, boolean, ILocationsReceiver).Defines methods to receive a callback when a motion activity starts or ends.Register a callback to be invoked when privacy consent view is closedDefines methods to receive a callback when a new position update is detected and sent to GeoUniq analytics platform.Defines callback methods to receive updates on the detection of a newGeoUniq.WorkLocation. -
Class SummaryClassDescriptionBasic class for using GeoUniq handler and accessing GeoUniq SDK's API.
This Class is implemented according to the Singleton design pattern.Models a circular area on the Earth's surface.Defines an Endpoint that can be set to receive location updates.Builder class to obtainGeoUniq.CustomEndpointobjectsRepresents an area that has to be monitored.Builder class to obtainGeoUniq.GeoFenceobjectsModels a point on the EarthThis class model the home location detected for the device.A location detected for the device.Models a motion activity, that is, a period of time during which the same motion type (seeGeoUniq.MotionActivity.Type) has been observedDefines a profile to be set for the tracking functionality.Utility class to set the attributes and obtain an instance of the enclosingGeoUniq.TrackingProfileclass.This class model the work location detected for the device.Broadcast receiver to receive boot event notification to startGeoUniqServiceafter a system reboot.
You do not need to instantiate this class.
ThisBroadcastReceivermust be declared in the Manifest otherwiseGeoUniqServicewill not start.Broadcast receiver to receive motion fragment updates from Google Play Services.
You do not need to instantiate this class.
ThisBroadcastReceivermust be declared in the Manifest otherwiseGeoUniqServicewill not start.Broadcast receiver to receive internal timer expiration events.
You do not need to instantiate this class.
ThisBroadcastReceivermust be declared in the Manifest otherwiseGeoUniqServicewill not start.Created by Luca Tomaino on 29/08/2020. -
Enum Class SummaryEnum ClassDescriptionThis enum model a single consentModels the status of the device with respect to a
Geofence.Enumeration defining the kinds of motion activities.Defines a set of profiles to to control the trade-off between the precision/accuracy of the tracking and the impact on battery.
Use them withGeoUniq.setPowerProfile(PowerProfile).Defines possible errors that may occur when some specific methods of GeoUniq SDK are called.Enumeration that defines the GPS-usage attribute forGeoUniq.TrackingProfile.Enumeration that defines the Speed-adaptiveness attribute forGeoUniq.TrackingProfile. -
Exception SummaryExceptionDescriptionIndicates that the url provided to the builder through the method
GeoUniq.CustomEndpoint.Builder.setUrl(String)is invalidIndicates that no valid url has been set for theGeoUniq.CustomEndpoint