Package apple.intents.protocol
Interface INRidesharingDomainHandling
-
- All Superinterfaces:
INGetRideStatusIntentHandling,INListRideOptionsIntentHandling,INRequestRideIntentHandling
public interface INRidesharingDomainHandling extends INListRideOptionsIntentHandling, INRequestRideIntentHandling, INGetRideStatusIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INGetRideStatusIntentHandling
INGetRideStatusIntentHandling.Block_confirmGetRideStatusCompletion, INGetRideStatusIntentHandling.Block_handleGetRideStatusCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INListRideOptionsIntentHandling
INListRideOptionsIntentHandling.Block_confirmListRideOptionsCompletion, INListRideOptionsIntentHandling.Block_handleListRideOptionsCompletion, INListRideOptionsIntentHandling.Block_resolveDropOffLocationForListRideOptionsWithCompletion, INListRideOptionsIntentHandling.Block_resolvePickupLocationForListRideOptionsWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INRequestRideIntentHandling
INRequestRideIntentHandling.Block_confirmRequestRideCompletion, INRequestRideIntentHandling.Block_handleRequestRideCompletion, INRequestRideIntentHandling.Block_resolveDropOffLocationForRequestRideWithCompletion, INRequestRideIntentHandling.Block_resolvePartySizeForRequestRideWithCompletion, INRequestRideIntentHandling.Block_resolvePickupLocationForRequestRideWithCompletion, INRequestRideIntentHandling.Block_resolveRideOptionNameForRequestRideWithCompletion, INRequestRideIntentHandling.Block_resolveScheduledPickupTimeForRequestRideWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INGetRideStatusIntentHandling
confirmGetRideStatusCompletion, handleGetRideStatusCompletion, startSendingUpdatesForGetRideStatusToObserver, stopSendingUpdatesForGetRideStatus
-
Methods inherited from interface apple.intents.protocol.INListRideOptionsIntentHandling
confirmListRideOptionsCompletion, handleListRideOptionsCompletion, resolveDropOffLocationForListRideOptionsWithCompletion, resolvePickupLocationForListRideOptionsWithCompletion
-
Methods inherited from interface apple.intents.protocol.INRequestRideIntentHandling
confirmRequestRideCompletion, handleRequestRideCompletion, resolveDropOffLocationForRequestRideWithCompletion, resolvePartySizeForRequestRideWithCompletion, resolvePickupLocationForRequestRideWithCompletion, resolveRideOptionNameForRequestRideWithCompletion, resolveScheduledPickupTimeForRequestRideWithCompletion
-
-