public final class NEFilterAction
extends java.lang.Object
A NEFilterAction represents the possible actions taken upon a NEFilterFlow that can be reported by the data provider extension to the control provider extension.
| Modifier and Type | Field and Description |
|---|---|
static long |
Allow
[@const] NEFilterActionAllow Allowing the flow
|
static long |
Drop
[@const] NEFilterActionDrop Dropping the flow
|
static long |
FilterData
[@const] NEFilterActionFilterData Filtering data on the flow
|
static long |
Invalid
[@const] NEFilterActionInvalid Invalid action, represents an error
|
static long |
Remediate
[@const] NEFilterActionRemediate Remediating the flow (a "content blocked" page displayed to the user)
|
public static final long Invalid
public static final long Allow
public static final long Drop
public static final long Remediate
public static final long FilterData