<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRidePhase",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INRidePhase"
  },
  "title" : "INRidePhase"
}
-->

# INRidePhase

Constants indicating the current ride status.

```
enum INRidePhase
```

## Topics

### Constants

[`INRidePhase.unknown`](/documentation/Intents/INRidePhase/unknown)

The state of the ride is unknown.

[`INRidePhase.received`](/documentation/Intents/INRidePhase/received)

You have received the booking request and are processing it, but have not yet confirmed the request or communicated the pickup information to the driver of the vehicle.

[`INRidePhase.confirmed`](/documentation/Intents/INRidePhase/confirmed)

You have booked the ride and communicated the pickup information to the driver of the vehicle.

[`INRidePhase.ongoing`](/documentation/Intents/INRidePhase/ongoing)

The driver has picked up the user’s party and is en route to the destination.

[`INRidePhase.completed`](/documentation/Intents/INRidePhase/completed)

The driver has transited through all of the waypoints and is now at the ride’s destination.

[`INRidePhase.approachingPickup`](/documentation/Intents/INRidePhase/approachingPickup)

The driver is approaching the pickup location.

[`INRidePhase.pickup`](/documentation/Intents/INRidePhase/pickup)

The driver is at the pickup location.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)