Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var extra: Map<String, JsonElement>?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Call this method with the value true to enable ad ID signaling feature, which is disabled by default.

Link copied to clipboard
Link copied to clipboard
fun extra(value: Map<String, JsonElement>): SessionFeatures.Builder

Call this method to add additional MediaTailor feature settings for the session.

Link copied to clipboard

MediaTailor support for overlay ads is enabled by default. To disable it at the session level, call this method with the value false.

Link copied to clipboard

Call this method with the value "server" to enable hybrid tracking (server-side beaconing). The default mode is "client".