Class UIPasteConfiguration

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • UIPasteConfiguration

      public UIPasteConfiguration()
    • UIPasteConfiguration

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

      protected UIPasteConfiguration​(NSObject.SkipInit skipInit)
    • UIPasteConfiguration

      public UIPasteConfiguration​(NSArray<NSString> acceptableTypeIdentifiers)
    • UIPasteConfiguration

      public UIPasteConfiguration​(Class<?> aClass)
    • UIPasteConfiguration

      public UIPasteConfiguration​(NSCoder coder)
  • Method Details

    • getAcceptableTypeIdentifiers

      public NSArray<NSString> getAcceptableTypeIdentifiers()
    • setAcceptableTypeIdentifiers

      public void setAcceptableTypeIdentifiers​(NSArray<NSString> v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSArray<NSString> acceptableTypeIdentifiers)
    • addAcceptableTypeIdentifiers

      public void addAcceptableTypeIdentifiers​(NSArray<NSString> acceptableTypeIdentifiers)
    • init

      protected long init​(Class<?> aClass)
    • addTypeIdentifiersForAcceptingClass

      public void addTypeIdentifiersForAcceptingClass​(Class<?> aClass)
    • encode

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

      protected long init​(NSCoder coder)