Package apple.networkextension.enums
Class NEFilterAction
- java.lang.Object
-
- apple.networkextension.enums.NEFilterAction
-
public final class NEFilterAction extends java.lang.Object[@typedef] NEFilterAction A NEFilterAction represents the possible actions taken upon a NEFilterFlow that can be reported by the data provider extension to the control provider extension.
-
-
Field Summary
Fields Modifier and Type Field Description static longAllow[@const] NEFilterActionAllow Allowing the flowstatic longDrop[@const] NEFilterActionDrop Dropping the flowstatic longFilterData[@const] NEFilterActionFilterData Filtering data on the flowstatic longInvalid[@const] NEFilterActionInvalid Invalid action, represents an errorstatic longRemediate[@const] NEFilterActionRemediate Remediating the flow (a "content blocked" page displayed to the user)
-
-
-
Field Detail
-
Invalid
public static final long Invalid
[@const] NEFilterActionInvalid Invalid action, represents an error- See Also:
- Constant Field Values
-
Allow
public static final long Allow
[@const] NEFilterActionAllow Allowing the flow- See Also:
- Constant Field Values
-
Drop
public static final long Drop
[@const] NEFilterActionDrop Dropping the flow- See Also:
- Constant Field Values
-
Remediate
public static final long Remediate
[@const] NEFilterActionRemediate Remediating the flow (a "content blocked" page displayed to the user)- See Also:
- Constant Field Values
-
FilterData
public static final long FilterData
[@const] NEFilterActionFilterData Filtering data on the flow- See Also:
- Constant Field Values
-
-