-
Methods in org.robovm.apple.intents with parameters of type INPersonSuggestionType
| 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 INRestaurantGuest |
INRestaurantGuest.createForContactSuggestion(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isContactSuggestion,
INPersonSuggestionType suggestionType) |
|
static INRideDriver |
INRideDriver.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) |
|
static INRestaurantGuest |
INRestaurantGuest.createForMe(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isMe,
INPersonSuggestionType suggestionType) |
|
static INRideDriver |
INRideDriver.createForMe(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isMe,
INPersonSuggestionType suggestionType) |
|
protected long |
INPerson.init(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
NSArray<INPersonHandle> aliases,
INPersonSuggestionType suggestionType) |
|
protected long |
INPerson.initWithPersonHandleNameComponentsDisplayNameImageContactIdentifierCustomIdentifierIsContactSuggestionSuggestionType(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isContactSuggestion,
INPersonSuggestionType suggestionType) |
|
protected long |
INPerson.initWithPersonHandleNameComponentsDisplayNameImageContactIdentifierCustomIdentifierIsMeSuggestionType(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isMe,
INPersonSuggestionType suggestionType) |
|