-
Methods in org.robovm.apple.intents with parameters of type INStartCallIntent
| Modifier and Type |
Method |
Description |
void |
INStartCallIntentHandling.confirmStartCall(INStartCallIntent intent,
VoidBlock1<INStartCallIntentResponse> completion) |
|
void |
INStartCallIntentHandlingAdapter.confirmStartCall(INStartCallIntent intent,
VoidBlock1<INStartCallIntentResponse> completion) |
|
void |
INStartCallIntentHandling.handleStartCall(INStartCallIntent intent,
VoidBlock1<INStartCallIntentResponse> completion) |
|
void |
INStartCallIntentHandlingAdapter.handleStartCall(INStartCallIntent intent,
VoidBlock1<INStartCallIntentResponse> completion) |
|
void |
INStartCallIntentHandling.resolveCallCapability(INStartCallIntent intent,
VoidBlock1<INStartCallCallCapabilityResolutionResult> completion) |
|
void |
INStartCallIntentHandlingAdapter.resolveCallCapability(INStartCallIntent intent,
VoidBlock1<INStartCallCallCapabilityResolutionResult> completion) |
|
void |
INStartCallIntentHandling.resolveCallRecord(INStartCallIntent intent,
VoidBlock1<INCallRecordResolutionResult> completion) |
|
void |
INStartCallIntentHandlingAdapter.resolveCallRecord(INStartCallIntent intent,
VoidBlock1<INCallRecordResolutionResult> completion) |
|
void |
INStartCallIntentHandling.resolveContacts(INStartCallIntent intent,
VoidBlock1<NSArray<INStartCallContactResolutionResult>> completion) |
|
void |
INStartCallIntentHandlingAdapter.resolveContacts(INStartCallIntent intent,
VoidBlock1<NSArray<INStartCallContactResolutionResult>> completion) |
|
void |
INStartCallIntentHandling.resolveDestinationType(INStartCallIntent intent,
VoidBlock1<INCallDestinationTypeResolutionResult> completion) |
|
void |
INStartCallIntentHandlingAdapter.resolveDestinationType(INStartCallIntent intent,
VoidBlock1<INCallDestinationTypeResolutionResult> completion) |
|