INRideCompletionStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds data relating to finished rides, including the completion reason and payment information.
[Foundation.Register("INRideCompletionStatus", true)]
public class INRideCompletionStatus : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("INRideCompletionStatus", true)>]
type INRideCompletionStatus = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| INRideCompletionStatus(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| INRideCompletionStatus(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| INRideCompletionStatus(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Canceled |
Indicates that the ride has been canceled successfully. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Completed |
Gets whether the ride was completed. |
| CompletionUserActivity | |
| DebugDescription | (Inherited from NSObject) |
| DefaultTippingOptions | |
| Description | (Inherited from NSObject) |
| FeedbackType | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MissedPickup |
Gets whether the pickup failed. |
| Outstanding |
Gets whether there is an outstanding charge on the ride. |
| PaymentAmount | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |