Class WKContentRuleListStore

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class WKContentRuleListStore
    extends NSObject
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • WKContentRuleListStore

        public WKContentRuleListStore()
      • WKContentRuleListStore

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

        protected WKContentRuleListStore​(NSObject.SkipInit skipInit)
      • WKContentRuleListStore

        public WKContentRuleListStore​(NSURL url)
    • Method Detail

      • compileContentRuleList

        public void compileContentRuleList​(java.lang.String identifier,
                                           java.lang.String encodedContentRuleList,
                                           org.robovm.objc.block.VoidBlock2<WKContentRuleList,​NSError> completionHandler)
      • lookUpContentRuleList

        public void lookUpContentRuleList​(java.lang.String identifier,
                                          org.robovm.objc.block.VoidBlock2<WKContentRuleList,​NSError> completionHandler)
      • removeContentRuleList

        public void removeContentRuleList​(java.lang.String identifier,
                                          org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
      • getAvailableContentRuleListIdentifiers

        public void getAvailableContentRuleListIdentifiers​(org.robovm.objc.block.VoidBlock1<NSArray<NSString>> completionHandler)
      • create

        protected static long create​(NSURL url)