| Interface | Description |
|---|---|
| AsyncResultReceiver<V,E> |
Callback for the receiver of an asynchronous result
|
| GeotagResult |
Marker interface for classes that represent
HyperTrack.addGeotag(Map, Location) invocation. |
| TrackingStateObserver.OnTrackingStateChangeListener |
Used for receiving notifications when tracking state has changed.
|
| Class | Description |
|---|---|
| Config |
Configuration class
Config to setup Sdk initialization. |
| Config.Builder |
Builder to setup
Config. |
| GeotagResult.Error |
Represents error occurred during geotagging with expected location.
|
| GeotagResult.Success |
Result of a successfully created geotag.
|
| GeotagResult.SuccessWithDeviation |
Result of a successfully created geotag with expected location.
|
| HyperTrack |
Main interface to use HyperTrack Android SDK in your app.
|
| Result<V,E> |
Abstract operation result
|
| ServiceNotificationConfig |
Allows you to configure HyperTrack service notification properties.
|
| ServiceNotificationConfig.Builder | |
| TrackingError |
Various kind of errors, notifying about initialization failure reason.
|
| TrackingStateObserver |
Main class that reports events when state changed or errors occur in the SDK.
|
| Enum | Description |
|---|---|
| Blocker |
An impediment that should be resolved in order to make the tracking work, or, for some cases,
work reliably.
|
| GeotagResult.Error.Reason | |
| OutageReason |