End Trip (iOS)

Explore how to end a trip on iOS with Trips v2.

To end the trip, you need to pass the tripID with the Roam.endTrip("tripId") method.

Roam.endTrip("tripId") { response, error in
  // Access end trip response
}

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

Last updated