Package org.robovm.apple.addressbook
Class ABPersonKind
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFNumber>
org.robovm.apple.addressbook.ABPersonKind
public class ABPersonKind extends GlobalValueEnumeration<CFNumber>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classABPersonKind.AsListMarshalerstatic classABPersonKind.Marshalerstatic classABPersonKind.Values -
Field Summary
Fields Modifier and Type Field Description static ABPersonKindOrganizationDeprecated.Deprecated in iOS 9.0.static ABPersonKindPersonDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static ABPersonKindvalueOf(CFNumber value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Person
Deprecated.Deprecated in iOS 9.0. use CNContactTypePerson -
Organization
Deprecated.Deprecated in iOS 9.0. use CNContactTypeOrganization
-
-
Method Details