Get Trip Summary (iOS)
Explore how to get the summary of a trip on iOS with Trips v2.
To get a summary of the trip anytime, you can use the Roam.getTripSummary("tripId")
method and pass the tripID.
The trip response and its parameters are similar to those of the createTrip()
method.
Last updated