init(rideIdentifier:)
Initializes the intent object with the specified ride identifier.
Declaration
init(rideIdentifier: String)Parameters
- rideIdentifier:
The unique string that you use to identify the ride.
Return Value
An initialized intent object or nil if the object could not be created.
Discussion
Normally, you do not create instances of this class yourself. Instead, SiriKit creates instances when the user tries to cancel a ride. However, you can use this method during testing to create intent objects in order to validate your intent handling code paths.