Package-level declarations

The public data types manipulated via the Sudo Ad Tracker Blocker SDK.

Types

Link copied to clipboard
data class BlockingException(val source: String, val type: BlockingException.Type)

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
Link copied to clipboard