Uses of Class
org.robovm.apple.addressbook.ABSource
| Package | Description |
|---|---|
| org.robovm.apple.addressbook |
-
Uses of ABSource in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return ABSource Modifier and Type Method Description ABSourceABAddressBook. getDefaultSource()Deprecated.Deprecated in iOS 9.0.ABSourceABAddressBook. getSource(int sourceID)Deprecated.Deprecated in iOS 9.0.ABSourceABGroup. getSource()Deprecated.Deprecated in iOS 9.0.ABSourceABPerson. getSource()Deprecated.Deprecated in iOS 9.0.ABSourceABSource. setName(String name)ABSourceABSource. setType(ABSourceType type)Methods in org.robovm.apple.addressbook that return types with arguments of type ABSource Modifier and Type Method Description List<ABSource>ABAddressBook. getAllSources()Deprecated.Deprecated in iOS 9.0.static List<ABSource>ABSource.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.addressbook with parameters of type ABSource Modifier and Type Method Description static ABGroupABGroup. create(ABSource source)Deprecated.Deprecated in iOS 9.0.static ABPersonABPerson. create(ABSource source)Deprecated.Deprecated in iOS 9.0.static List<ABPerson>ABPerson. createPeopleWithVCardRepresentation(ABSource source, NSData vCardData)Deprecated.Deprecated in iOS 9.0.List<ABGroup>ABAddressBook. getAllGroupsInSource(ABSource source)Deprecated.Deprecated in iOS 9.0.List<ABPerson>ABAddressBook. getAllPeopleInSource(ABSource source)Deprecated.Deprecated in iOS 9.0.List<ABPerson>ABAddressBook. getAllPeopleInSource(ABSource source, ABPersonSortOrdering sortOrdering)Deprecated.Deprecated in iOS 9.0.Method parameters in org.robovm.apple.addressbook with type arguments of type ABSource Modifier and Type Method Description static longABSource.AsListMarshaler. toNative(List<ABSource> l, long flags)