| Interface | Description |
|---|---|
| AsyncResultHandler<T> | |
| TrackingInitDelegate | Deprecated |
| 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. |
| CoreSDKState |
Created by ravi on 6/28/18.
|
| HyperTrack |
Main interface to use HyperTrack Android SDK in your app.
|
| 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.
|
| Exception | Description |
|---|---|
| TrackingInitError | Deprecated
Use
TrackingError instead |
| TrackingInitError.AuthorizationError |
This one is returned if key is recognized by system, but service will not be provided
|
| TrackingInitError.InvalidPublishableKeyError |
This will be returned in case of publishable key not been recognized by system
|
| TrackingInitError.PermissionDeniedError |
Returned if tracking won't start due to denied (or absent) permission
|