Package org.robovm.apple.addressbook
Class ABPersonSocialProfile
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPersonSocialProfile
public class ABPersonSocialProfile extends CocoaUtility
-
Constructor Summary
Constructors Modifier Constructor Description ABPersonSocialProfile(String label)ABPersonSocialProfile(ABPropertyLabel label)protectedABPersonSocialProfile(CFDictionary data, CFString label) -
Method Summary
Modifier and Type Method Description CFDictionarygetDictionary()StringgetLabel()protected CFStringgetLabel0()ABPersonSocialProfileServicegetService()StringgetURL()StringgetUserIdentifier()StringgetUsername()protected static CFStringServiceKey()Deprecated.Deprecated in iOS 9.0.ABPersonSocialProfilesetService(ABPersonSocialProfileService service)ABPersonSocialProfilesetURL(String url)ABPersonSocialProfilesetUserIdentifier(String userIdentifier)ABPersonSocialProfilesetUsername(String username)StringtoString()protected static CFStringURLKey()Deprecated.Deprecated in iOS 9.0.protected static CFStringUserIdentifierKey()Deprecated.Deprecated in iOS 9.0.protected static CFStringUsernameKey()Deprecated.Deprecated in iOS 9.0.
-
Constructor Details
-
ABPersonSocialProfile
-
ABPersonSocialProfile
-
ABPersonSocialProfile
-
-
Method Details
-
getDictionary
-
getLabel
-
getLabel0
-
getURL
- Since:
- Available in iOS 5.0 and later.
-
setURL
- Since:
- Available in iOS 5.0 and later.
-
getService
- Since:
- Available in iOS 5.0 and later.
-
setService
- Since:
- Available in iOS 5.0 and later.
-
getUsername
- Since:
- Available in iOS 5.0 and later.
-
setUsername
- Since:
- Available in iOS 5.0 and later.
-
getUserIdentifier
- Since:
- Available in iOS 5.0 and later.
-
setUserIdentifier
- Since:
- Available in iOS 5.0 and later.
-
URLKey
Deprecated.Deprecated in iOS 9.0. use CNSocialProfile.urlString -
ServiceKey
Deprecated.Deprecated in iOS 9.0. use CNSocialProfile.service -
UsernameKey
Deprecated.Deprecated in iOS 9.0. use CNSocialProfile.username -
UserIdentifierKey
Deprecated.Deprecated in iOS 9.0. use CNSocialProfile.userIdentifier -
toString
-