-
Methods in org.robovm.apple.intents with parameters of type INMessageAttributeOptions
| Modifier and Type |
Method |
Description |
static INMessageAttributeOptionsResolutionResult |
INMessageAttributeOptionsResolutionResult.confirmationRequired(INMessageAttributeOptions messageAttributeOptionsToConfirm) |
|
static INMessageAttributeOptionsResolutionResult |
INMessageAttributeOptionsResolutionResult.confirmationRequiredForValue(INMessageAttributeOptions valueToConfirm) |
Deprecated.
|
static INSearchForMessagesIntent |
INSearchForMessagesIntent.createWithGroupNames(NSArray<INPerson> recipients,
NSArray<INPerson> senders,
NSArray<NSString> searchTerms,
INMessageAttributeOptions attributes,
INDateComponentsRange dateTimeRange,
NSArray<NSString> identifiers,
NSArray<NSString> notificationIdentifiers,
NSArray<NSString> groupNames) |
Deprecated.
|
static INSearchForMessagesIntent |
INSearchForMessagesIntent.createWithSpeakableGroupNames(NSArray<INPerson> recipients,
NSArray<INPerson> senders,
NSArray<NSString> searchTerms,
INMessageAttributeOptions attributes,
INDateComponentsRange dateTimeRange,
NSArray<NSString> identifiers,
NSArray<NSString> notificationIdentifiers,
NSArray<INSpeakableString> speakableGroupNames) |
Deprecated.
|
protected long |
INSearchForMessagesIntent.init(NSArray<INPerson> recipients,
NSArray<INPerson> senders,
NSArray<NSString> searchTerms,
INMessageAttributeOptions attributes,
INDateComponentsRange dateTimeRange,
NSArray<NSString> identifiers,
NSArray<NSString> notificationIdentifiers,
NSArray<INSpeakableString> speakableGroupNames,
NSArray<NSString> conversationIdentifiers) |
|
protected long |
INSearchForMessagesIntent.initWithGroupNames(NSArray<INPerson> recipients,
NSArray<INPerson> senders,
NSArray<NSString> searchTerms,
INMessageAttributeOptions attributes,
INDateComponentsRange dateTimeRange,
NSArray<NSString> identifiers,
NSArray<NSString> notificationIdentifiers,
NSArray<NSString> groupNames) |
Deprecated.
|
protected long |
INSearchForMessagesIntent.initWithSpeakableGroupNames(NSArray<INPerson> recipients,
NSArray<INPerson> senders,
NSArray<NSString> searchTerms,
INMessageAttributeOptions attributes,
INDateComponentsRange dateTimeRange,
NSArray<NSString> identifiers,
NSArray<NSString> notificationIdentifiers,
NSArray<INSpeakableString> speakableGroupNames) |
Deprecated.
|
static INMessageAttributeOptionsResolutionResult |
INMessageAttributeOptionsResolutionResult.success(INMessageAttributeOptions resolvedMessageAttributeOptions) |
|
static INMessageAttributeOptionsResolutionResult |
INMessageAttributeOptionsResolutionResult.successValue(INMessageAttributeOptions resolvedValue) |
Deprecated.
|