Class CNContactProperty

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • CNContactProperty

      public CNContactProperty()
    • CNContactProperty

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

      protected CNContactProperty​(NSObject.SkipInit skipInit)
    • CNContactProperty

      public CNContactProperty​(NSCoder coder)
  • Method Details

    • getContact

      public CNContact getContact()
    • getKey

      public CNContactPropertyKey getKey()
    • getValue

      public NSObject getValue()
    • getIdentifier

      public String getIdentifier()
    • getLabel

      public String getLabel()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)