Class CXHandle

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

  • Method Details

    • getType

      public CXHandleType getType()
    • getValue

      public String getValue()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(CXHandleType type, String value)
    • isEqualToHandle

      public boolean isEqualToHandle​(CXHandle handle)
    • encode

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

      protected long init​(NSCoder coder)