AdOverlayUIScope

data class AdOverlayUIScope(val view: View, val uiScope: Int)

Provides the UI scope for an overlay view shown on top of an ad view group.

Constructors

Link copied to clipboard
constructor(view: View, uiScope: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
annotation class UIScope

Properties

Link copied to clipboard

The UIScope of the view.

Link copied to clipboard
val view: View

The View that is overlaying the player.