Pause Trip (iOS)

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

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

Roam.pauseTrip("tripId") { response, error in
  // Access resume trip response
}

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

Last updated