UserActivity
Represents a user activity detected by the SDK detections.
UserActivityType getActivityType()
@Nullable TripInfo getTripInfo()Returns aTripInfo
object containing info about the ongoing trip. If the current activity is not a trip, this method will returnnull
instead.
@Nullable StationaryInfo getStationaryInfo()Returns aStationaryInfo
object containing info about the current stationary state. If the current activity is not a stationary, this method will returnnull
instead.
Last modified 1yr ago