-
Methods in org.robovm.apple.intents with parameters of type INOutgoingMessageType
| Modifier and Type |
Method |
Description |
static INOutgoingMessageTypeResolutionResult |
INOutgoingMessageTypeResolutionResult.createConfirmationRequired(INOutgoingMessageType outgoingMessageTypeToConfirm) |
|
static INOutgoingMessageTypeResolutionResult |
INOutgoingMessageTypeResolutionResult.createSuccess(INOutgoingMessageType resolvedOutgoingMessageType) |
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|
Constructors in org.robovm.apple.intents with parameters of type INOutgoingMessageType
| Constructor |
Description |
INSendMessageIntent(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|