Ruleset

data class Ruleset(val id: String, val type: Ruleset.Type, val eTag: String, val updatedAt: Date) : Parcelable

A set of rules that provide:

  • rules to detect requests for URLs by a browser that are for advertising or user tracking

  • rules to detect URLs involving social media

Constructors

Link copied to clipboard
constructor(id: String, type: Ruleset.Type, eTag: String, updatedAt: Date)

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

The eTag that is used to detect out of date rulesets

Link copied to clipboard
val id: String

The unique identifier of the ruleset

Link copied to clipboard

The type of the ruleset

Link copied to clipboard

When this ruleset was last updated