Package-level declarations
The public data types manipulated via the Sudo Ad Tracker Blocker SDK.
Types
Link copied to clipboard
An exception to the blocking rules that allow an entire host or a single web page to be loaded despite the active blocking rulesets.
Link copied to clipboard
data class Ruleset(val id: String, val type: Ruleset.Type, val eTag: String, val updatedAt: Date) : Parcelable
A set of rules that provide:
Functions
Link copied to clipboard
Returns an Array of all the Ruleset.Types except for the catchall Ruleset.Type.UNKNOWN.
Link copied to clipboard
Returns an empty Array of Ruleset.Types.
Link copied to clipboard
Create a BlockingException of type BlockingException.Type.HOST from a URL.
Link copied to clipboard
Create a BlockingException of type BlockingException.Type.PAGE from a URL.