Class INPersonHandle

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INPersonHandle

      protected INPersonHandle()
    • INPersonHandle

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

      protected INPersonHandle​(NSObject.SkipInit skipInit)
    • INPersonHandle

      public INPersonHandle​(String value, INPersonHandleType type, String label)
      Since:
      Available in iOS 10.2 and later.
    • INPersonHandle

      public INPersonHandle​(String value, INPersonHandleType type)
    • INPersonHandle

      public INPersonHandle​(NSCoder coder)
  • Method Details

    • getValue

      public String getValue()
    • getType

      public INPersonHandleType getType()
    • getLabel

      public String getLabel()
      Since:
      Available in iOS 10.2 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String value, INPersonHandleType type, String label)
      Since:
      Available in iOS 10.2 and later.
    • init

      protected long init​(String value, INPersonHandleType type)
    • encode

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

      protected long init​(NSCoder coder)