Uses of Class
org.robovm.apple.networkextension.NEEvaluateConnectionRuleAction
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEEvaluateConnectionRuleAction in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NEEvaluateConnectionRuleAction Modifier and Type Method Description NEEvaluateConnectionRuleActionNEEvaluateConnectionRule. getAction()static NEEvaluateConnectionRuleActionNEEvaluateConnectionRuleAction. valueOf(long n)Returns the enum constant of this type with the specified name.static NEEvaluateConnectionRuleActionNEEvaluateConnectionRuleAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NEEvaluateConnectionRuleAction[]NEEvaluateConnectionRuleAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.networkextension with parameters of type NEEvaluateConnectionRuleAction Modifier and Type Method Description protected longNEEvaluateConnectionRule. init(List<String> domains, NEEvaluateConnectionRuleAction action)Constructors in org.robovm.apple.networkextension with parameters of type NEEvaluateConnectionRuleAction Constructor Description NEEvaluateConnectionRule(List<String> domains, NEEvaluateConnectionRuleAction action)