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,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.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description INRidesharingDomainHandlingAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.intents.INListRideOptionsIntentHandlingAdapter
confirmListRideOptions, handleListRideOptions, resolveDropOffLocationForListRideOptions, resolvePickupLocationForListRideOptionsMethods 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, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from interface org.robovm.apple.intents.INListRideOptionsIntentHandling
confirmListRideOptions, handleListRideOptions, resolveDropOffLocationForListRideOptions, resolvePickupLocationForListRideOptions
-
Constructor Details
-
INRidesharingDomainHandlingAdapter
public INRidesharingDomainHandlingAdapter()
-
-
Method Details
-
handleRequestRide
public void handleRequestRide(INRequestRideIntent intent, VoidBlock1<INRequestRideIntentResponse> completion)- Specified by:
handleRequestRidein interfaceINRequestRideIntentHandling
-
confirmRequestRide
public void confirmRequestRide(INRequestRideIntent intent, VoidBlock1<INRequestRideIntentResponse> completion)- Specified by:
confirmRequestRidein interfaceINRequestRideIntentHandling
-
resolvePickupLocationForRequestRide
public void resolvePickupLocationForRequestRide(INRequestRideIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)- Specified by:
resolvePickupLocationForRequestRidein interfaceINRequestRideIntentHandling
-
resolveDropOffLocationForRequestRide
public void resolveDropOffLocationForRequestRide(INRequestRideIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)- Specified by:
resolveDropOffLocationForRequestRidein interfaceINRequestRideIntentHandling
-
resolveRideOptionNameForRequestRide
public void resolveRideOptionNameForRequestRide(INRequestRideIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveRideOptionNameForRequestRidein interfaceINRequestRideIntentHandling
-
resolvePartySizeForRequestRide
public void resolvePartySizeForRequestRide(INRequestRideIntent intent, VoidBlock1<INIntegerResolutionResult> completion)- Specified by:
resolvePartySizeForRequestRidein interfaceINRequestRideIntentHandling
-
resolveScheduledPickupTimeForRequestRide
public void resolveScheduledPickupTimeForRequestRide(INRequestRideIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)- Specified by:
resolveScheduledPickupTimeForRequestRidein interfaceINRequestRideIntentHandling- Since:
- Available in iOS 10.3 and later.
-
handleGetRideStatus
public void handleGetRideStatus(INGetRideStatusIntent intent, VoidBlock1<INGetRideStatusIntentResponse> completion)- Specified by:
handleGetRideStatusin interfaceINGetRideStatusIntentHandling
-
startSendingUpdatesForGetRideStatus
public void startSendingUpdatesForGetRideStatus(INGetRideStatusIntent intent, INGetRideStatusIntentResponseObserver observer)- Specified by:
startSendingUpdatesForGetRideStatusin interfaceINGetRideStatusIntentHandling
-
stopSendingUpdatesForGetRideStatus
- Specified by:
stopSendingUpdatesForGetRideStatusin interfaceINGetRideStatusIntentHandling
-
confirmGetRideStatus
public void confirmGetRideStatus(INGetRideStatusIntent intent, VoidBlock1<INGetRideStatusIntentResponse> completion)- Specified by:
confirmGetRideStatusin interfaceINGetRideStatusIntentHandling
-
handleCancelRide
public void handleCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion)- Specified by:
handleCancelRidein interfaceINCancelRideIntentHandling
-
confirmCancelRide
public void confirmCancelRide(INCancelRideIntent intent, VoidBlock1<INCancelRideIntentResponse> completion)- Specified by:
confirmCancelRidein interfaceINCancelRideIntentHandling
-
handleSendRideFeedback
public void handleSendRideFeedback(INSendRideFeedbackIntent sendRideFeedbackintent, VoidBlock1<INSendRideFeedbackIntentResponse> completion)- Specified by:
handleSendRideFeedbackin interfaceINSendRideFeedbackIntentHandling
-
confirmSendRideFeedback
public void confirmSendRideFeedback(INSendRideFeedbackIntent sendRideFeedbackIntent, VoidBlock1<INSendRideFeedbackIntentResponse> completion)- Specified by:
confirmSendRideFeedbackin interfaceINSendRideFeedbackIntentHandling
-