Package org.robovm.apple.intents
Class INRidesharingDomainHandlingAdapter
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.intents.INListRideOptionsIntentHandlingAdapter
-
- org.robovm.apple.intents.INRidesharingDomainHandlingAdapter
-
- All Implemented Interfaces:
NSObjectProtocol
,INCancelRideIntentHandling
,INGetRideStatusIntentHandling
,INListRideOptionsIntentHandling
,INRequestRideIntentHandling
,INRidesharingDomainHandling
,INSendRideFeedbackIntentHandling
,org.robovm.objc.ObjCProtocol
public class INRidesharingDomainHandlingAdapter extends INListRideOptionsIntentHandlingAdapter implements INRidesharingDomainHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Constructor Description INRidesharingDomainHandlingAdapter()
-
Method Summary
-
Methods inherited from class org.robovm.apple.intents.INListRideOptionsIntentHandlingAdapter
confirmListRideOptions, handleListRideOptions, resolveDropOffLocationForListRideOptions, resolvePickupLocationForListRideOptions
-
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValues
-
Methods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Methods inherited from interface org.robovm.apple.intents.INListRideOptionsIntentHandling
confirmListRideOptions, handleListRideOptions, resolveDropOffLocationForListRideOptions, resolvePickupLocationForListRideOptions
-
-
-
-
Method Detail
-
handleRequestRide
public void handleRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INRequestRideIntentResponse> completion)
- Specified by:
handleRequestRide
in interfaceINRequestRideIntentHandling
-
confirmRequestRide
public void confirmRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INRequestRideIntentResponse> completion)
- Specified by:
confirmRequestRide
in interfaceINRequestRideIntentHandling
-
resolvePickupLocationForRequestRide
public void resolvePickupLocationForRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INPlacemarkResolutionResult> completion)
- Specified by:
resolvePickupLocationForRequestRide
in interfaceINRequestRideIntentHandling
-
resolveDropOffLocationForRequestRide
public void resolveDropOffLocationForRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INPlacemarkResolutionResult> completion)
- Specified by:
resolveDropOffLocationForRequestRide
in interfaceINRequestRideIntentHandling
-
resolveRideOptionNameForRequestRide
public void resolveRideOptionNameForRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INSpeakableStringResolutionResult> completion)
- Specified by:
resolveRideOptionNameForRequestRide
in interfaceINRequestRideIntentHandling
-
resolvePartySizeForRequestRide
public void resolvePartySizeForRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INIntegerResolutionResult> completion)
- Specified by:
resolvePartySizeForRequestRide
in interfaceINRequestRideIntentHandling
-
resolveScheduledPickupTimeForRequestRide
public void resolveScheduledPickupTimeForRequestRide(INRequestRideIntent intent, org.robovm.objc.block.VoidBlock1<INDateComponentsRangeResolutionResult> completion)
- Specified by:
resolveScheduledPickupTimeForRequestRide
in interfaceINRequestRideIntentHandling
- Since:
- Available in iOS 10.3 and later.
-
handleGetRideStatus
public void handleGetRideStatus(INGetRideStatusIntent intent, org.robovm.objc.block.VoidBlock1<INGetRideStatusIntentResponse> completion)
- Specified by:
handleGetRideStatus
in interfaceINGetRideStatusIntentHandling
-
startSendingUpdatesForGetRideStatus
public void startSendingUpdatesForGetRideStatus(INGetRideStatusIntent intent, INGetRideStatusIntentResponseObserver observer)
- Specified by:
startSendingUpdatesForGetRideStatus
in interfaceINGetRideStatusIntentHandling
-
stopSendingUpdatesForGetRideStatus
public void stopSendingUpdatesForGetRideStatus(INGetRideStatusIntent intent)
- Specified by:
stopSendingUpdatesForGetRideStatus
in interfaceINGetRideStatusIntentHandling
-
confirmGetRideStatus
public void confirmGetRideStatus(INGetRideStatusIntent intent, org.robovm.objc.block.VoidBlock1<INGetRideStatusIntentResponse> completion)
- Specified by:
confirmGetRideStatus
in interfaceINGetRideStatusIntentHandling
-
handleCancelRide
public void handleCancelRide(INCancelRideIntent intent, org.robovm.objc.block.VoidBlock1<INCancelRideIntentResponse> completion)
- Specified by:
handleCancelRide
in interfaceINCancelRideIntentHandling
-
confirmCancelRide
public void confirmCancelRide(INCancelRideIntent intent, org.robovm.objc.block.VoidBlock1<INCancelRideIntentResponse> completion)
- Specified by:
confirmCancelRide
in interfaceINCancelRideIntentHandling
-
handleSendRideFeedback
public void handleSendRideFeedback(INSendRideFeedbackIntent sendRideFeedbackintent, org.robovm.objc.block.VoidBlock1<INSendRideFeedbackIntentResponse> completion)
- Specified by:
handleSendRideFeedback
in interfaceINSendRideFeedbackIntentHandling
-
confirmSendRideFeedback
public void confirmSendRideFeedback(INSendRideFeedbackIntent sendRideFeedbackIntent, org.robovm.objc.block.VoidBlock1<INSendRideFeedbackIntentResponse> completion)
- Specified by:
confirmSendRideFeedback
in interfaceINSendRideFeedbackIntentHandling
-
-