Package org.robovm.apple.addressbook
Class ABPersonSocialProfileService
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.addressbook.ABPersonSocialProfileService
public class ABPersonSocialProfileService extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classABPersonSocialProfileService.AsListMarshalerstatic classABPersonSocialProfileService.Marshalerstatic classABPersonSocialProfileService.Values -
Field Summary
Fields Modifier and Type Field Description static ABPersonSocialProfileServiceFacebookDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceFlickrDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceGameCenterDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceLinkedInDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceMyspaceDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceSinaWeiboDeprecated.Deprecated in iOS 9.0.static ABPersonSocialProfileServiceTwitterDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static ABPersonSocialProfileServicevalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Twitter
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceTwitter -
SinaWeibo
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceSinaWeibo -
GameCenter
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceGameCenter -
Facebook
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceFacebook -
Myspace
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceMySpace -
LinkedIn
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceLinkedIn -
Flickr
Deprecated.Deprecated in iOS 9.0. use CNSocialProfileServiceFlickr
-
-
Method Details