Uses of Class
org.robovm.apple.networkextension.NEFilterControlVerdict
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEFilterControlVerdict in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NEFilterControlVerdict Modifier and Type Method Description static NEFilterControlVerdictNEFilterControlVerdict. createAllowVerdict(boolean updateRules)static NEFilterControlVerdictNEFilterControlVerdict. createDropVerdict(boolean updateRules)static NEFilterControlVerdictNEFilterControlVerdict. updateRules()Method parameters in org.robovm.apple.networkextension with type arguments of type NEFilterControlVerdict Modifier and Type Method Description voidNEFilterControlProvider. handleNewFlow(NEFilterFlow flow, VoidBlock1<NEFilterControlVerdict> completionHandler)voidNEFilterControlProvider. handleRemediationForFlow(NEFilterFlow flow, VoidBlock1<NEFilterControlVerdict> completionHandler)