class TrackingProtectionPolicy
(source)
Represents a tracking protection policy which is a combination of tracker categories that should be blocked.
TrackingProtectionPolicy(categories: Int)
Represents a tracking protection policy which is a combination of tracker categories that should be blocked. |
val categories: Int |
fun contains(category: Int): Boolean |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
const val AD: Int |
|
const val ANALYTICS: Int |
|
const val CONTENT: Int |
|
const val SOCIAL: Int |
|
const val WEBFONTS: Int |
fun all(): TrackingProtectionPolicy |
|
fun none(): TrackingProtectionPolicy |
|
fun select(vararg categories: Int): TrackingProtectionPolicy |