INRidePhase Enum
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.
Enumerates the state of a ride in a vehicle.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INRidePhase
type INRidePhase =
- Inheritance
-
INRidePhase
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The status of the ride is not known. |
Received | 1 | The ride request has been received but is not yet Confirmed. |
Confirmed | 2 | The ride is accepted and confirmed. |
Ongoing | 3 | The ride is currently in progress. |
Completed | 4 | The ride has ended. |
ApproachingPickup | 5 | The vehicle is anticipated to arrive shortly. |
Pickup | 6 | The ride is currently picking up the passenger(s). |