Contents

canceledMissedPickup()

Creates an instance of this class that indicates someone canceled the ride because of a missed pickup.

Declaration

class func canceledMissedPickup() -> Self

Return Value

An initialized INRideCompletionStatus object.

Discussion

Use this method when a missed pickup caused the cancellation of the ride. This method sets the isCanceled and isMissedPickup properties of the returned object to true, and it sets the isCompleted and isOutstanding properties to false.

See Also

Creating a Ride Completion Status Object