Uses of Class
org.robovm.apple.intents.INSendMessageRecipientResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INSendMessageRecipientResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INSendMessageRecipientResolutionResult Modifier and Type Method Description static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. confirmationRequired(INPerson personToConfirm)static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. disambiguation(NSArray<INPerson> peopleToDisambiguate)static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. needsValue()static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. notRequired()static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. success(INPerson resolvedPerson)static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. unsupported()static INSendMessageRecipientResolutionResultINSendMessageRecipientResolutionResult. unsupportedForReason(INSendMessageRecipientUnsupportedReason reason)Method parameters in org.robovm.apple.intents with type arguments of type INSendMessageRecipientResolutionResult Modifier and Type Method Description voidINSendMessageIntentHandling. resolveRecipientsForSendMessageRecepient(INSendMessageIntent intent, VoidBlock1<NSArray<INSendMessageRecipientResolutionResult>> completion)voidINSendMessageIntentHandlingAdapter. resolveRecipientsForSendMessageRecepient(INSendMessageIntent intent, VoidBlock1<NSArray<INSendMessageRecipientResolutionResult>> completion)