Uses of Class
org.robovm.apple.contacts.CNContactSortOrder
| Package | Description |
|---|---|
| org.robovm.apple.contacts |
-
Uses of CNContactSortOrder in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return CNContactSortOrder Modifier and Type Method Description CNContactSortOrderCNContactFetchRequest. getSortOrder()CNContactSortOrderCNContactsUserDefaults. getSortOrder()static CNContactSortOrderCNContactSortOrder. valueOf(long n)Returns the enum constant of this type with the specified name.static CNContactSortOrderCNContactSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static CNContactSortOrder[]CNContactSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.contacts with parameters of type CNContactSortOrder Modifier and Type Method Description static Block2<String,String,NSComparisonResult>CNContact. getNameComparator(CNContactSortOrder sortOrder)static Block2<String,String,NSComparisonResult>CNMutableContact. getNameComparator(CNContactSortOrder sortOrder)voidCNContactFetchRequest. setSortOrder(CNContactSortOrder v)