Class CIQRCodeFeature

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CIQRCodeFeature
extends CIFeature
implements NSSecureCoding
  • Constructor Details

    • CIQRCodeFeature

      public CIQRCodeFeature()
    • CIQRCodeFeature

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

      protected CIQRCodeFeature​(NSObject.SkipInit skipInit)
    • CIQRCodeFeature

      public CIQRCodeFeature​(NSCoder coder)
  • Method Details

    • getBounds

      public CGRect getBounds()
      Overrides:
      getBounds in class CIFeature
    • getTopLeft

      public CGPoint getTopLeft()
    • getTopRight

      public CGPoint getTopRight()
    • getBottomLeft

      public CGPoint getBottomLeft()
    • getBottomRight

      public CGPoint getBottomRight()
    • getMessageString

      public String getMessageString()
    • getSymbolDescriptor

      public CIQRCodeDescriptor getSymbolDescriptor()
      Since:
      Available in iOS 11.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

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

      protected long init​(NSCoder coder)