CompanionAdContainer
data class CompanionAdContainer(val container: ViewGroup, val width: Int, val height: Int)
Constructors
Properties
| Name | Summary |
|---|---|
| container | val container: ViewGroup The ViewGroup where companion ads shall be displayed. |
| height | val 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. |
| width | val 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. |