-
Methods in org.robovm.apple.intents with parameters of type INSendMessageIntent
| Modifier and Type |
Method |
Description |
void |
INSendMessageIntentHandling.confirmSendMessage(INSendMessageIntent intent,
VoidBlock1<INSendMessageIntentResponse> completion) |
|
void |
INSendMessageIntentHandlingAdapter.confirmSendMessage(INSendMessageIntent intent,
VoidBlock1<INSendMessageIntentResponse> completion) |
|
void |
INSendMessageIntentHandling.handleSendMessage(INSendMessageIntent intent,
VoidBlock1<INSendMessageIntentResponse> completion) |
|
void |
INSendMessageIntentHandlingAdapter.handleSendMessage(INSendMessageIntent intent,
VoidBlock1<INSendMessageIntentResponse> completion) |
|
void |
INSendMessageIntentHandling.resolveContentForSendMessage(INSendMessageIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INSendMessageIntentHandlingAdapter.resolveContentForSendMessage(INSendMessageIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INSendMessageIntentHandling.resolveGroupNameForSendMessage(INSendMessageIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
Deprecated.
|
void |
INSendMessageIntentHandlingAdapter.resolveGroupNameForSendMessage(INSendMessageIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
Deprecated.
|
void |
INSendMessageIntentHandling.resolveOutgoingMessageTypeForSendMessage(INSendMessageIntent intent,
VoidBlock1<INOutgoingMessageTypeResolutionResult> completion) |
|
void |
INSendMessageIntentHandlingAdapter.resolveOutgoingMessageTypeForSendMessage(INSendMessageIntent intent,
VoidBlock1<INOutgoingMessageTypeResolutionResult> completion) |
|
void |
INSendMessageIntentHandling.resolveRecipientsForSendMessage(INSendMessageIntent intent,
VoidBlock1<NSArray<INPersonResolutionResult>> completion) |
Deprecated.
|
void |
INSendMessageIntentHandlingAdapter.resolveRecipientsForSendMessage(INSendMessageIntent intent,
VoidBlock1<NSArray<INPersonResolutionResult>> completion) |
Deprecated.
|
void |
INSendMessageIntentHandling.resolveRecipientsForSendMessageRecepient(INSendMessageIntent intent,
VoidBlock1<NSArray<INSendMessageRecipientResolutionResult>> completion) |
|
void |
INSendMessageIntentHandlingAdapter.resolveRecipientsForSendMessageRecepient(INSendMessageIntent intent,
VoidBlock1<NSArray<INSendMessageRecipientResolutionResult>> completion) |
|
void |
INSendMessageIntentHandling.resolveSpeakableGroupNameForSendMessage(INSendMessageIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INSendMessageIntentHandlingAdapter.resolveSpeakableGroupNameForSendMessage(INSendMessageIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|