Package fi.moprim.tmd.sdk.model
This package includes model classes, interfaces, and enumerations of the TMD for our Android SDK.
-
Interface Summary 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 eventTmdUploadData An interface used by the uploader to send data to the cloud -
Class Summary Class Description Result<T> A class that takes encapsulate the returned values from the SDK APIsSdkInfo A small container to access the version name and code of the SDKTmdBackgroundError TmdBackgroundEvent TmdCloudMetadata TmdUploadMetadata A class that summarizes the results of an uploadVehicleProfile -
Enum Summary Enum Description Energy Mode TmdBackgroundOperation TmdError Enum of the possible errorTmdStartReturnCode TmdStatus.Category -
Exception Summary Exception Description TmdException