TripProfile

This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.

Deprecated

This class was deprecated in v4.21.0, as part of the Trip Profiling feature deprecation.

Holds the list of TransportSegments detected by the SDK during a trip.

TripProfile API

getTransportSegments()

public List<TransportSegment> getTransportSegments()

Returns a list of transport segments. See TransportSegment.

getTripId()

public String getTripId()

Returns the id associated with this trip.

Last updated