Class ABPersonSocialProfile

java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPersonSocialProfile

public class ABPersonSocialProfile
extends CocoaUtility
  • Constructor Details

    • ABPersonSocialProfile

      public ABPersonSocialProfile​(String label)
    • ABPersonSocialProfile

      public ABPersonSocialProfile​(ABPropertyLabel label)
    • ABPersonSocialProfile

      protected ABPersonSocialProfile​(CFDictionary data, CFString label)
  • Method Details

    • getDictionary

      public CFDictionary getDictionary()
    • getLabel

      public String getLabel()
    • getLabel0

      protected CFString getLabel0()
    • getURL

      public String getURL()
      Since:
      Available in iOS 5.0 and later.
    • setURL

      public ABPersonSocialProfile setURL​(String url)
      Since:
      Available in iOS 5.0 and later.
    • getService

      public ABPersonSocialProfileService getService()
      Since:
      Available in iOS 5.0 and later.
    • setService

      public ABPersonSocialProfile setService​(ABPersonSocialProfileService service)
      Since:
      Available in iOS 5.0 and later.
    • getUsername

      public String getUsername()
      Since:
      Available in iOS 5.0 and later.
    • setUsername

      public ABPersonSocialProfile setUsername​(String username)
      Since:
      Available in iOS 5.0 and later.
    • getUserIdentifier

      public String getUserIdentifier()
      Since:
      Available in iOS 5.0 and later.
    • setUserIdentifier

      public ABPersonSocialProfile setUserIdentifier​(String userIdentifier)
      Since:
      Available in iOS 5.0 and later.
    • URLKey

      @Deprecated protected static CFString URLKey()
      Deprecated.
      Deprecated in iOS 9.0. use CNSocialProfile.urlString
    • ServiceKey

      @Deprecated protected static CFString ServiceKey()
      Deprecated.
      Deprecated in iOS 9.0. use CNSocialProfile.service
    • UsernameKey

      @Deprecated protected static CFString UsernameKey()
      Deprecated.
      Deprecated in iOS 9.0. use CNSocialProfile.username
    • UserIdentifierKey

      @Deprecated protected static CFString UserIdentifierKey()
      Deprecated.
      Deprecated in iOS 9.0. use CNSocialProfile.userIdentifier
    • toString

      public String toString()
      Overrides:
      toString in class Object