Package org.robovm.apple.intents
Interface INListRideOptionsIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INRidesharingDomainHandling
- All Known Implementing Classes:
INListRideOptionsIntentHandlingAdapter,INRidesharingDomainHandlingAdapter
public interface INListRideOptionsIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INListRideOptionsIntentResponse> completion)voidhandleListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INListRideOptionsIntentResponse> completion)voidresolveDropOffLocationForListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)voidresolvePickupLocationForListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)
-
Method Details
-
handleListRideOptions
void handleListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INListRideOptionsIntentResponse> completion) -
confirmListRideOptions
void confirmListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INListRideOptionsIntentResponse> completion) -
resolvePickupLocationForListRideOptions
void resolvePickupLocationForListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion) -
resolveDropOffLocationForListRideOptions
void resolveDropOffLocationForListRideOptions(INListRideOptionsIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)
-