-
Methods in org.robovm.apple.intents that return INPerson
| Modifier and Type |
Method |
Description |
static INPerson |
INPerson.createForContactSuggestion(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isContactSuggestion,
INPersonSuggestionType suggestionType) |
|
static INPerson |
INPerson.createForMe(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isMe,
INPersonSuggestionType suggestionType) |
|
INPerson |
INCallRecord.getCaller() |
Deprecated.
|
INPerson |
INPaymentRecord.getPayee() |
|
INPerson |
INSendPaymentIntent.getPayee() |
|
INPerson |
INPaymentRecord.getPayer() |
|
INPerson |
INRequestPaymentIntent.getPayer() |
|
INPerson |
INSearchCallHistoryIntent.getRecipient() |
Deprecated.
|
INPerson |
INMessage.getSender() |
|
INPerson |
INSendMessageIntent.getSender() |
|
Methods in org.robovm.apple.intents with parameters of type INPerson
| Modifier and Type |
Method |
Description |
static INPersonResolutionResult |
INPersonResolutionResult.confirmationRequired(INPerson personToConfirm) |
|
static INRequestPaymentPayerResolutionResult |
INRequestPaymentPayerResolutionResult.confirmationRequired(INPerson personToConfirm) |
|
static INSendMessageRecipientResolutionResult |
INSendMessageRecipientResolutionResult.confirmationRequired(INPerson personToConfirm) |
|
static INSendPaymentPayeeResolutionResult |
INSendPaymentPayeeResolutionResult.confirmationRequired(INPerson personToConfirm) |
|
static INStartCallContactResolutionResult |
INStartCallContactResolutionResult.confirmationRequired(INPerson personToConfirm) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
protected long |
INMessage.init(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
protected long |
INPaymentRecord.init(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status) |
|
protected long |
INPaymentRecord.init(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status,
INCurrencyAmount feeAmount) |
|
protected long |
INRequestPaymentIntent.init(INPerson payer,
INCurrencyAmount currencyAmount,
String note) |
|
protected long |
INSearchCallHistoryIntent.init(INCallRecordType callType,
INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities) |
Deprecated.
|
protected long |
INSearchCallHistoryIntent.init(INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities,
INCallRecordTypeOptions callTypes,
NSNumber unseen) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
String content,
String groupName,
String serviceName,
INPerson sender) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
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) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|
protected long |
INSendPaymentIntent.init(INPerson payee,
INCurrencyAmount currencyAmount,
String note) |
|
static INPersonResolutionResult |
INPersonResolutionResult.success(INPerson resolvedPerson) |
|
static INRequestPaymentPayerResolutionResult |
INRequestPaymentPayerResolutionResult.success(INPerson resolvedPerson) |
|
static INSendMessageRecipientResolutionResult |
INSendMessageRecipientResolutionResult.success(INPerson resolvedPerson) |
|
static INSendPaymentPayeeResolutionResult |
INSendPaymentPayeeResolutionResult.success(INPerson resolvedPerson) |
|
static INStartCallContactResolutionResult |
INStartCallContactResolutionResult.success(INPerson resolvedPerson) |
|
Method parameters in org.robovm.apple.intents with type arguments of type INPerson
| Modifier and Type |
Method |
Description |
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.
|
static INPersonResolutionResult |
INPersonResolutionResult.disambiguation(NSArray<INPerson> peopleToDisambiguate) |
|
static INRequestPaymentPayerResolutionResult |
INRequestPaymentPayerResolutionResult.disambiguation(NSArray<INPerson> peopleToDisambiguate) |
|
static INSendMessageRecipientResolutionResult |
INSendMessageRecipientResolutionResult.disambiguation(NSArray<INPerson> peopleToDisambiguate) |
|
static INSendPaymentPayeeResolutionResult |
INSendPaymentPayeeResolutionResult.disambiguation(NSArray<INPerson> peopleToDisambiguate) |
|
static INStartCallContactResolutionResult |
INStartCallContactResolutionResult.disambiguation(NSArray<INPerson> peopleToDisambiguate) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
protected long |
INCallRecordFilter.init(NSArray<INPerson> participants,
INCallRecordTypeOptions callTypes,
INCallCapability callCapability) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
protected long |
INMessage.init(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
protected long |
INMessage.init(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
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 |
INSendMessageIntent.init(NSArray<INPerson> recipients,
String content,
String groupName,
String serviceName,
INPerson sender) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
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) |
Deprecated.
|
protected long |
INSendMessageIntent.init(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|
protected long |
INStartAudioCallIntent.init(NSArray<INPerson> contacts) |
Deprecated.
|
protected long |
INStartAudioCallIntent.init(INCallDestinationType destinationType,
NSArray<INPerson> contacts) |
Deprecated.
|
protected long |
INStartCallIntent.init(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|
protected long |
INStartCallIntent.init(INCallRecordFilter callRecordFilter,
INCallRecord callRecordToCallBack,
INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallCapability callCapability) |
|
protected long |
INStartVideoCallIntent.init(NSArray<INPerson> contacts) |
Deprecated.
|
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.
|
Constructors in org.robovm.apple.intents with parameters of type INPerson
| Constructor |
Description |
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
INMessage(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
INPaymentRecord(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status) |
|
INPaymentRecord(INPerson payee,
INPerson payer,
INCurrencyAmount currencyAmount,
INPaymentMethod paymentMethod,
String note,
INPaymentStatus status,
INCurrencyAmount feeAmount) |
|
INRequestPaymentIntent(INPerson payer,
INCurrencyAmount currencyAmount,
String note) |
|
INSearchCallHistoryIntent(INCallRecordType callType,
INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities) |
Deprecated.
|
INSearchCallHistoryIntent(INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities,
INCallRecordTypeOptions callTypes,
NSNumber unseen) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
String content,
String groupName,
String serviceName,
INPerson sender) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
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) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|
INSendPaymentIntent(INPerson payee,
INCurrencyAmount currencyAmount,
String note) |
|
Constructor parameters in org.robovm.apple.intents with type arguments of type INPerson
| Constructor |
Description |
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
INCallRecordFilter(NSArray<INPerson> participants,
INCallRecordTypeOptions callTypes,
INCallCapability callCapability) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType) |
|
INMessage(String identifier,
String conversationIdentifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients,
INSpeakableString groupName,
INMessageType messageType,
String serviceName) |
|
INMessage(String identifier,
String content,
NSDate dateSent,
INPerson sender,
NSArray<INPerson> recipients) |
|
INSearchForMessagesIntent(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) |
|
INSendMessageIntent(NSArray<INPerson> recipients,
String content,
String groupName,
String serviceName,
INPerson sender) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
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) |
Deprecated.
|
INSendMessageIntent(NSArray<INPerson> recipients,
INOutgoingMessageType outgoingMessageType,
String content,
INSpeakableString speakableGroupName,
String conversationIdentifier,
String serviceName,
INPerson sender,
NSArray<INSendMessageAttachment> attachments) |
|
INStartAudioCallIntent(NSArray<INPerson> contacts) |
Deprecated.
|
INStartAudioCallIntent(INCallDestinationType destinationType,
NSArray<INPerson> contacts) |
Deprecated.
|
INStartCallIntent(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|
INStartCallIntent(INCallRecordFilter callRecordFilter,
INCallRecord callRecordToCallBack,
INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallCapability callCapability) |
|
INStartVideoCallIntent(NSArray<INPerson> contacts) |
Deprecated.
|