Package com.hypertrack.sdk.service.activity

Types

Link copied to clipboard
class ActivityRecognitionBroadcastReceiver : BroadcastReceiver
Link copied to clipboard
class ActivityRecognized(val result: ActivityRecognitionResult?) : BaseMessageEvent
Link copied to clipboard
class ActivityTransitioned(val result: ActivityTransitionEvent) : BaseMessageEvent
Link copied to clipboard
class TransitionBroadcastReceiver : BroadcastReceiver
Link copied to clipboard
class TransitionsToStateMapper

Class aims to keep the track of ongoing activities in order to return the most important from those, that currently active. E.g. if drive happens and car stops at traffic light stop enter happens without drive exit, but we still want to report drive to backend.