Class UIPasteConfiguration

    • Constructor Detail

      • 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​(java.lang.Class<?> aClass)
      • UIPasteConfiguration

        public UIPasteConfiguration​(NSCoder decoder)
    • Method Detail

      • 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​(java.lang.Class<?> aClass)
      • addTypeIdentifiersForAcceptingClass

        public void addTypeIdentifiersForAcceptingClass​(java.lang.Class<?> aClass)
      • init

        protected long init​(NSCoder decoder)