Class QLThumbnailReply

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class QLThumbnailReply
extends NSObject
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • QLThumbnailReply

      protected QLThumbnailReply()
    • QLThumbnailReply

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

      protected QLThumbnailReply​(NSObject.SkipInit skipInit)
    • QLThumbnailReply

      public QLThumbnailReply​(CGSize contextSize, Block1<CGContext,​Boolean> drawingBlock)
    • QLThumbnailReply

      public QLThumbnailReply​(CGSize contextSize, BooleanBlock drawingBlock)
    • QLThumbnailReply

      public QLThumbnailReply​(NSURL fileURL)
  • Method Details

    • getExtensionBadge

      public String getExtensionBadge()
      Since:
      Available in iOS 15.0 and later.
    • setExtensionBadge

      public void setExtensionBadge​(String v)
      Since:
      Available in iOS 15.0 and later.
    • create

      protected static long create​(CGSize contextSize, Block1<CGContext,​Boolean> drawingBlock)
    • create

      protected static long create​(CGSize contextSize, BooleanBlock drawingBlock)
    • create

      protected static long create​(NSURL fileURL)