Android implementation

Android

Android Ride Details Screen

1080

Android Ride Details Screen

Android example

// launching example
val intent = RideDetailsActivity.Builder.builder
 .trip(trip)
        .build(context)
startActivity(intent)

Builder variables

VariableDescription
tripDetails: TripInfoThe 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).