Contents

completed()

Creates an instance of this class that indicates the ride completed successfully.

Declaration

class func completed() -> Self

Return Value

An initialized INRideCompletionStatus object.

Discussion

This method sets the isCompleted property of the returned object to true, and it sets the isCanceled, isMissedPickup, and isOutstanding properties to false.

See Also

Creating a Ride Completion Status Object