Package org.robovm.apple.intents
Interface INCancelRideIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INRidesharingDomainHandling
- All Known Implementing Classes:
INCancelRideIntentHandlingAdapter,INRidesharingDomainHandlingAdapter
public interface INCancelRideIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion)voidhandleCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion)
-
Method Details
-
handleCancelRide
void handleCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion) -
confirmCancelRide
void confirmCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion)
-