See: Description
Interface | Description |
---|---|
OnSetUUIDListener |
An interface to listen to the operation of the initialisation of the TMD.
|
TmdActivity | |
TmdCallback<R> |
TmdCallback async operations.
|
TmdStats | |
TmdStatus |
"0_tmd_not_running": At Tmd init, before the services start
"1_idle": TMD is active and monitoring motion
"1_recording": TMD is recording
"1_running": TMD is running locally
"1_location_permission_change_location_available"
"1_location_permission_change_location_unavailable"
"0_tmd_stopped_insufficient_permissions": TMD has stopped because location permission changed
"0_tmd_stopped_manually": TMD has been stopped manually via TMD#stop()
"0_tmd_start_failed_cause_insufficient_motion_fitness_services": TMD could not start because of a problem with Motion & Fitness service availability/permissions
"0_tmd_start_failed_cause_insufficient_location_services": TMD could not start because of a problem with Location service availability/permissions
"0_application_killed": Application was killed
"0_application_not_running": Application was not running and the reason for that is unkown
"2_unknown_event": Unknown event
|
Class | Description |
---|---|
Result<T> |
A class that takes encapsulate the returned values from the SDK APIs
|
SdkInfo |
A small container to access the version name and code of the SDK
|
TmdCloudMetadata | |
TmdUploadMetadata |
A class that summarizes the results of an upload
|
Enum | Description |
---|---|
TmdBackgroundOperation | |
TmdError |
Enum of the possible error
|
TmdStartReturnCode | |
TmdStatus.Category |
Exception | Description |
---|---|
TmdException |