ThirdPartyCookieParams

data class ThirdPartyCookieParams(val tmMarketDomain: TMMarketDomain, val webView: WebView? = null)

Represents parameters for third-party cookie operations in the Discovery API.

Holds market domain and optional WebView for cookie management.

Constructors

Link copied to clipboard
constructor(tmMarketDomain: TMMarketDomain, webView: WebView? = null)

Properties

Link copied to clipboard

The market domain for the operation.

Link copied to clipboard
val webView: WebView? = null

The WebView for enabling cookies, if available, defaults to null.