Uses of Class
org.robovm.apple.contacts.CNContact
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.contacts | |
| org.robovm.apple.contactsui | |
| org.robovm.apple.passkit |
-
Uses of CNContact in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CNContact Modifier and Type Method Description CNContactCKDiscoveredUserInfo. getDisplayContact()Deprecated. -
Uses of CNContact in org.robovm.apple.contacts
Subclasses of CNContact in org.robovm.apple.contacts Modifier and Type Class Description classCNMutableContactMethods in org.robovm.apple.contacts that return CNContact Modifier and Type Method Description static CNContactCNContact. createProviderDataObject(NSData data, String typeIdentifier)CNContactCNChangeHistoryAddContactEvent. getContact()CNContactCNChangeHistoryUpdateContactEvent. getContact()CNContactCNContactProperty. getContact()CNContactCNChangeHistoryAddMemberToGroupEvent. getMember()CNContactCNChangeHistoryRemoveMemberFromGroupEvent. getMember()CNContactCNContactStore. getUnifiedContact(String identifier, List<CNContactPropertyKey> keys)Methods in org.robovm.apple.contacts that return types with arguments of type CNContact Modifier and Type Method Description static NSArray<CNContact>CNContactVCardSerialization. convertsDataToContacts(NSData data)NSArray<CNContact>CNContactStore. getUnifiedContactsMatchingPredicate(NSPredicate predicate, List<CNContactPropertyKey> keys)Method parameters in org.robovm.apple.contacts with type arguments of type CNContact Modifier and Type Method Description static NSDataCNContactVCardSerialization. convertContactsToData(NSArray<CNContact> contacts)booleanCNContactStore. enumerateContacts(CNContactFetchRequest fetchRequest, VoidBlock2<CNContact,BooleanPtr> block) -
Uses of CNContact in org.robovm.apple.contactsui
Methods in org.robovm.apple.contactsui that return CNContact Modifier and Type Method Description CNContactCNContactViewController. getContact()Methods in org.robovm.apple.contactsui with parameters of type CNContact Modifier and Type Method Description static CNContactViewControllerCNContactViewController. createForContact(CNContact contact)static CNContactViewControllerCNContactViewController. createForNewContact(CNContact contact)static CNContactViewControllerCNContactViewController. createForUnknownContact(CNContact contact)voidCNContactViewControllerDelegate. didComplete(CNContactViewController viewController, CNContact contact)voidCNContactViewControllerDelegateAdapter. didComplete(CNContactViewController viewController, CNContact contact)voidCNContactPickerDelegate. didSelectContact(CNContactPickerViewController picker, CNContact contact)voidCNContactPickerDelegateAdapter. didSelectContact(CNContactPickerViewController picker, CNContact contact)Method parameters in org.robovm.apple.contactsui with type arguments of type CNContact Modifier and Type Method Description voidCNContactPickerDelegate. didSelectContacts(CNContactPickerViewController picker, NSArray<CNContact> contacts)voidCNContactPickerDelegateAdapter. didSelectContacts(CNContactPickerViewController picker, NSArray<CNContact> contacts) -
Uses of CNContact in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return CNContact Modifier and Type Method Description CNContactPKPaymentMethod. getBillingAddress()