Sync Trip (iOS)

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

To sync a trip, you need to pass the tripID with the Roam.syncTrip("tripId") method.

Roam.syncTrip("tripId") { response, error in
  // Access sync trip response
}

You can access the sync trip response parameters below:

Last updated