Uses of Class
org.robovm.apple.addressbook.ABPersonSortOrdering
| Package | Description |
|---|---|
| org.robovm.apple.addressbook |
-
Uses of ABPersonSortOrdering in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return ABPersonSortOrdering Modifier and Type Method Description static ABPersonSortOrderingABPerson. getSortOrdering()Deprecated.Deprecated in iOS 9.0.static ABPersonSortOrderingABPersonSortOrdering. valueOf(long n)Returns the enum constant of this type with the specified name.static ABPersonSortOrderingABPersonSortOrdering. valueOf(String name)Returns the enum constant of this type with the specified name.static ABPersonSortOrdering[]ABPersonSortOrdering. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.addressbook with parameters of type ABPersonSortOrdering Modifier and Type Method Description CFComparisonResultABPerson. compareTo(ABRecord person2, ABPersonSortOrdering ordering)Deprecated.Deprecated in iOS 9.0.List<ABPerson>ABGroup. getAllMembers(ABPersonSortOrdering sortOrdering)Deprecated.Deprecated in iOS 9.0.List<ABPerson>ABAddressBook. getAllPeopleInSource(ABSource source, ABPersonSortOrdering sortOrdering)Deprecated.Deprecated in iOS 9.0.