canceledMissedPickup()
Creates an instance of this class that indicates someone canceled the ride because of a missed pickup.
Declaration
class func canceledMissedPickup() -> SelfReturn 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.