Uses of Class
org.robovm.apple.webkit.WKContentRuleList
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKContentRuleList in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit with parameters of type WKContentRuleList Modifier and Type Method Description voidWKUserContentController. addContentRuleList(WKContentRuleList contentRuleList)voidWKUserContentController. removeContentRuleList(WKContentRuleList contentRuleList)Method parameters in org.robovm.apple.webkit with type arguments of type WKContentRuleList Modifier and Type Method Description voidWKContentRuleListStore. compileContentRuleList(String identifier, String encodedContentRuleList, VoidBlock2<WKContentRuleList,NSError> completionHandler)voidWKContentRuleListStore. lookUpContentRuleList(String identifier, VoidBlock2<WKContentRuleList,NSError> completionHandler)