canceledByService()
Creates an instance of this class that indicates your service canceled the ride.
Declaration
class func canceledByService() -> SelfReturn Value
An initialized INRideCompletionStatus object.
Discussion
Use this method when your service cancels the ride. This method sets the isCanceled property of the returned object to true, and it sets the isCompleted, isMissedPickup, and isOutstanding properties to false.