-
Methods in org.robovm.apple.intents with parameters of type INRequestRideIntent
| Modifier and Type |
Method |
Description |
void |
INRequestRideIntentHandling.confirmRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRequestRideIntentHandlingAdapter.confirmRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRidesharingDomainHandlingAdapter.confirmRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRequestRideIntentHandling.handleRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRequestRideIntentHandlingAdapter.handleRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRidesharingDomainHandlingAdapter.handleRequestRide(INRequestRideIntent intent,
VoidBlock1<INRequestRideIntentResponse> completion) |
|
void |
INRequestRideIntentHandling.resolveDropOffLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRequestRideIntentHandlingAdapter.resolveDropOffLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRidesharingDomainHandlingAdapter.resolveDropOffLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRequestRideIntentHandling.resolvePartySizeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INIntegerResolutionResult> completion) |
|
void |
INRequestRideIntentHandlingAdapter.resolvePartySizeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INIntegerResolutionResult> completion) |
|
void |
INRidesharingDomainHandlingAdapter.resolvePartySizeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INIntegerResolutionResult> completion) |
|
void |
INRequestRideIntentHandling.resolvePickupLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRequestRideIntentHandlingAdapter.resolvePickupLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRidesharingDomainHandlingAdapter.resolvePickupLocationForRequestRide(INRequestRideIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INRequestRideIntentHandling.resolveRideOptionNameForRequestRide(INRequestRideIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INRequestRideIntentHandlingAdapter.resolveRideOptionNameForRequestRide(INRequestRideIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INRidesharingDomainHandlingAdapter.resolveRideOptionNameForRequestRide(INRequestRideIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INRequestRideIntentHandling.resolveScheduledPickupTimeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INRequestRideIntentHandlingAdapter.resolveScheduledPickupTimeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INRidesharingDomainHandlingAdapter.resolveScheduledPickupTimeForRequestRide(INRequestRideIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|