AdMuteFeedback

class AdMuteFeedback(muteUrl: String, code: String, val description: String, @StringRes val descriptionResId: Int)

Class representing feedback information for ad mute actions. Contains tracking URL, code, and description for ad mute events.

Parameters

muteUrl

Base URL for the mute tracking event

code

Code representing the specific mute reason

Constructors

Link copied to clipboard
constructor(muteUrl: String, code: String, description: String, @StringRes descriptionResId: Int)

Constructs a new AdMuteFeedback instance.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Text description of the mute reason

Link copied to clipboard

Resource ID for the localized description string

Link copied to clipboard

The complete tracking URL with the mute code inserted