Class CNSocialProfile

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CNSocialProfile
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • CNSocialProfile

      public CNSocialProfile()
    • CNSocialProfile

      protected CNSocialProfile​(NSObject.Handle h, long handle)
    • CNSocialProfile

      protected CNSocialProfile​(NSObject.SkipInit skipInit)
    • CNSocialProfile

      public CNSocialProfile​(String urlString, String username, String userIdentifier, String service)
    • CNSocialProfile

      public CNSocialProfile​(NSCoder coder)
    • CNSocialProfile

      public CNSocialProfile​(String urlString, String username, String userIdentifier, CNSocialProfileService service)
  • Method Details

    • getUrlString

      public String getUrlString()
    • getUsername

      public String getUsername()
    • getUserIdentifier

      public String getUserIdentifier()
    • getService

      public String getService()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • getLocalizedService

      public static String getLocalizedService​(CNSocialProfileService service)
    • init

      protected long init​(String urlString, String username, String userIdentifier, String service)
    • getLocalizedProperty

      public static String getLocalizedProperty​(CNSocialProfilePropertyKey key)
    • getLocalizedService

      public static String getLocalizedService​(String service)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)