Package org.robovm.apple.contacts
Class CNSocialProfilePropertyKey
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.contacts.CNSocialProfilePropertyKey
public class CNSocialProfilePropertyKey extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCNSocialProfilePropertyKey.AsListMarshalerstatic classCNSocialProfilePropertyKey.Marshalerstatic classCNSocialProfilePropertyKey.Values -
Field Summary
Fields Modifier and Type Field Description static CNSocialProfilePropertyKeyServicestatic CNSocialProfilePropertyKeyURLStringstatic CNSocialProfilePropertyKeyUserIdentifierstatic CNSocialProfilePropertyKeyUsername -
Method Summary
Modifier and Type Method Description static CNSocialProfilePropertyKeyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
URLString
- Since:
- Available in iOS 9.0 and later.
-
Username
- Since:
- Available in iOS 9.0 and later.
-
UserIdentifier
- Since:
- Available in iOS 9.0 and later.
-
Service
- Since:
- Available in iOS 9.0 and later.
-
-
Method Details