State

data class State(val injectionOptimized: Boolean, val messagingOptimized: Boolean, val experimentsCached: Boolean)

Constructors

Link copied to clipboard
constructor(injectionOptimized: Boolean, messagingOptimized: Boolean, experimentsCached: Boolean)

Properties

Link copied to clipboard

Whether resolved content scope experiments are held between privacy config updates.

Link copied to clipboard

Whether the optimised content scope script assembly path is in use.

Link copied to clipboard

Whether inbound content scope JS messages are queued off the WebView JavaBridge thread.