Class CKUserIdentity

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • CKUserIdentity

      protected CKUserIdentity()
    • CKUserIdentity

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

      protected CKUserIdentity​(NSObject.SkipInit skipInit)
    • CKUserIdentity

      public CKUserIdentity​(NSCoder coder)
  • Method Details

    • getLookupInfo

      public CKUserIdentityLookupInfo getLookupInfo()
    • getNameComponents

      public NSPersonNameComponents getNameComponents()
    • getUserRecordID

      public CKRecordID getUserRecordID()
    • getContactIdentifiers

      public NSArray<NSString> getContactIdentifiers()
      Since:
      Available in iOS 11.0 and later.
    • isHasiCloudAccount

      public boolean isHasiCloudAccount()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)