Class WKSnapshotConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • WKSnapshotConfiguration

      public WKSnapshotConfiguration()
    • WKSnapshotConfiguration

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

      protected WKSnapshotConfiguration​(NSObject.SkipInit skipInit)
  • Method Details

    • getRect

      public CGRect getRect()
    • setRect

      public void setRect​(CGRect v)
    • getSnapshotWidth

      public NSNumber getSnapshotWidth()
    • setSnapshotWidth

      public void setSnapshotWidth​(NSNumber v)
    • isAfterScreenUpdates

      public boolean isAfterScreenUpdates()
      Since:
      Available in iOS 13.0 and later.
    • setAfterScreenUpdates

      public void setAfterScreenUpdates​(boolean v)
      Since:
      Available in iOS 13.0 and later.