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.

Roam.getTripSummary("tripId") { response, error in
    // Access trip response and error here
}

The trip response and its parameters are similar to those of the createTrip()method.

Last updated