Uses of Class
org.robovm.apple.contacts.CNGroup
| Package | Description |
|---|---|
| org.robovm.apple.contacts | |
| org.robovm.apple.contactsui |
-
Uses of CNGroup in org.robovm.apple.contacts
Subclasses of CNGroup in org.robovm.apple.contacts Modifier and Type Class Description classCNMutableGroupMethods in org.robovm.apple.contacts that return CNGroup Modifier and Type Method Description CNGroupCNChangeHistoryAddGroupEvent. getGroup()CNGroupCNChangeHistoryAddMemberToGroupEvent. getGroup()CNGroupCNChangeHistoryAddSubgroupToGroupEvent. getGroup()CNGroupCNChangeHistoryRemoveMemberFromGroupEvent. getGroup()CNGroupCNChangeHistoryRemoveSubgroupFromGroupEvent. getGroup()CNGroupCNChangeHistoryUpdateGroupEvent. getGroup()CNGroupCNChangeHistoryAddSubgroupToGroupEvent. getSubgroup()CNGroupCNChangeHistoryRemoveSubgroupFromGroupEvent. getSubgroup()Methods in org.robovm.apple.contacts that return types with arguments of type CNGroup Modifier and Type Method Description NSArray<CNGroup>CNContactStore. getGroupsMatchingPredicate(NSPredicate predicate)Methods in org.robovm.apple.contacts with parameters of type CNGroup Modifier and Type Method Description voidCNSaveRequest. addMemberToGroup(CNContact contact, CNGroup group)voidCNSaveRequest. removeMemberFromGroup(CNContact contact, CNGroup group) -
Uses of CNGroup in org.robovm.apple.contactsui
Methods in org.robovm.apple.contactsui that return CNGroup Modifier and Type Method Description CNGroupCNContactViewController. getParentGroup()Methods in org.robovm.apple.contactsui with parameters of type CNGroup Modifier and Type Method Description voidCNContactViewController. setParentGroup(CNGroup v)