INRidePhase Enum

Definition

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

ApproachingPickup 5

The vehicle is anticipated to arrive shortly.

Completed 4

The ride has ended.

Confirmed 2

The ride is accepted and confirmed.

Ongoing 3

The ride is currently in progress.

Pickup 6

The ride is currently picking up the passenger(s).

Received 1

The ride request has been received but is not yet Confirmed.

Unknown 0

The status of the ride is not known.

Applies to