Package org.robovm.apple.intents
Interface INRidesharingDomainHandling
- All Superinterfaces:
INCancelRideIntentHandling,INGetRideStatusIntentHandling,INListRideOptionsIntentHandling,INRequestRideIntentHandling,INSendRideFeedbackIntentHandling,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INRidesharingDomainHandlingAdapter
@Deprecated public interface INRidesharingDomainHandling extends INListRideOptionsIntentHandling, INRequestRideIntentHandling, INGetRideStatusIntentHandling, INCancelRideIntentHandling, INSendRideFeedbackIntentHandling
Deprecated.
Deprecated in iOS 13.0. Please conform to INListRideOptionsIntentHandling, INRequestRideIntentHandling, INGetRideStatusIntentHandling, INCancelRideIntentHandling and INSendRideFeedbackIntentHandling instead
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Methods inherited from interface org.robovm.apple.intents.INCancelRideIntentHandling
confirmCancelRide, handleCancelRideMethods inherited from interface org.robovm.apple.intents.INGetRideStatusIntentHandling
confirmGetRideStatus, handleGetRideStatus, startSendingUpdatesForGetRideStatus, stopSendingUpdatesForGetRideStatusMethods inherited from interface org.robovm.apple.intents.INListRideOptionsIntentHandling
confirmListRideOptions, handleListRideOptions, resolveDropOffLocationForListRideOptions, resolvePickupLocationForListRideOptionsMethods inherited from interface org.robovm.apple.intents.INRequestRideIntentHandling
confirmRequestRide, handleRequestRide, resolveDropOffLocationForRequestRide, resolvePartySizeForRequestRide, resolvePickupLocationForRequestRide, resolveRideOptionNameForRequestRide, resolveScheduledPickupTimeForRequestRideMethods inherited from interface org.robovm.apple.intents.INSendRideFeedbackIntentHandling
confirmSendRideFeedback, handleSendRideFeedback