init()
Initializes the get ride status intent object.
Declaration
init()Return Value
An initialized intent object or nil if the object could not be initialized.
Discussion
Normally, you do not create instances of this class yourself. Instead, SiriKit creates instances when the user asks for the status of a ride. However, you can use this method during testing to create intent objects in order to validate your intent handling code paths.