Class ABPersonSocialProfile

    • Constructor Detail

      • ABPersonSocialProfile

        public ABPersonSocialProfile​(java.lang.String label)
      • ABPersonSocialProfile

        public ABPersonSocialProfile​(ABPropertyLabel label)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • getLabel0

        protected CFString getLabel0()
      • getURL

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

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

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

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

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

        public ABPersonSocialProfile setUserIdentifier​(java.lang.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
        Since:
        Available in iOS 2.0 and later.
      • ServiceKey

        @Deprecated
        protected static CFString ServiceKey()
        Deprecated.
        Deprecated in iOS 9.0. use CNSocialProfile.service
        Since:
        Available in iOS 2.0 and later.
      • UsernameKey

        @Deprecated
        protected static CFString UsernameKey()
        Deprecated.
        Deprecated in iOS 9.0. use CNSocialProfile.username
        Since:
        Available in iOS 2.0 and later.
      • UserIdentifierKey

        @Deprecated
        protected static CFString UserIdentifierKey()
        Deprecated.
        Deprecated in iOS 9.0. use CNSocialProfile.userIdentifier
        Since:
        Available in iOS 2.0 and later.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object