CompanionAdContainer

CompanionAdContainer

data class CompanionAdContainer(val container: ViewGroup, val width: Int, val height: Int)

Constructors

CompanionAdContainerconstructor(container: ViewGroup, width: Int, height: Int)

Properties

NameSummary
containerval container: ViewGroup
The ViewGroup where companion ads shall be displayed.
heightval height: Int
The height of the companion ad that shall be displayed. Note: The IMA SDK requires the size of the CompanionAdContainer to explicitly match the desired companion ad.
widthval width: Int
The width of the companion ad that shall be displayed. Note: The IMA SDK requires the size of the CompanionAdContainer to explicitly match the desired companion ad.