Android
Android Ride Details Screen
Android example
// launching example
val intent = RideDetailsActivity.Builder.builder
.trip(trip)
.build(context)
startActivity(intent)
Builder variables
Variable | Description |
---|---|
tripDetails : TripInfo | The activity will display the details from the [trip] and use its id to continue to poll for updates if it is in a live state (not cancelled, failed or complete). |