Contents

INRideCompletionStatus

Additional details about whether a ride completed successfully or someone canceled the ride.

Declaration

class INRideCompletionStatus

Overview

An INRideCompletionStatus object contains detailed information about the status of a completed ride. Use this object to provide details about whether the ride was successful or canceled. You can also provide details related to the cost of the ride and whether the rider made payment.

When updating the status of a ride, you provide a response object that contains an INRideStatus object with details about the status. When the ride reaches the completed phase, create an instance of this class and assign it to the completionStatus property of the ride status object.

Topics

Creating a Ride Completion Status Object

Providing a User Activity Object

Getting the Status Information

Requesting Feedback About the Ride

Initializers

See Also

Data Objects