getInlineAdaptiveBannerAdSize

actual fun getInlineAdaptiveBannerAdSize(width: Int, maxHeight: Int): AdSize

Gets the inline adaptive banner ad size.

Return

The inline adaptive banner ad size.

Parameters

width

The width of the ad.

maxHeight

The maximum height of the ad.

expect fun getInlineAdaptiveBannerAdSize(width: Int, maxHeight: Int): AdSize

Gets an inline adaptive banner ad size for any orientation.

Return

The adaptive AdSize.

Parameters

width

The width of the ad container.

maxHeight

The maximum height of the ad container.

actual fun getInlineAdaptiveBannerAdSize(width: Int, maxHeight: Int): AdSize