ChartboostMediationBannerSize

Information regarding the banner size.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int

The height of the ad in density-independent pixels. This can be 0 to indicate adaptive height banners.

Link copied to clipboard
val isAdaptive: Boolean = false

Whether or not the banner is an adaptive banner.

Link copied to clipboard

The name of the particular banner size. This is one of the standard sizes or "ADAPTIVE" for an adaptive size.

Link copied to clipboard
val width: Int

The width of the ad in density-independent pixels.

Functions

Link copied to clipboard

Extension function to turn this into an Android Size object.