AdMob CMP
Toggle table of contents
1.1.0
android
common
Target filter
android
common
Switch theme
Search in API
Skip to content
AdMob CMP
admob-cmp-core
/
dev.avinya.ads
/
AdSizePolicy
/
Fixed
Fixed
data
class
Fixed
(
val
widthDp
:
Int
,
val
heightDp
:
Int
)
:
AdSizePolicy
(
source
)
Fixed-size banner with explicit width and height in dp.
Members
Members & Extensions
Constructors
Fixed
Link copied to clipboard
constructor
(
widthDp
:
Int
,
heightDp
:
Int
)
Properties
height
Dp
Link copied to clipboard
val
heightDp
:
Int
width
Dp
Link copied to clipboard
val
widthDp
:
Int
Functions
to
Android
Ad
Size
Link copied to clipboard
android
fun
AdSizePolicy
.
toAndroidAdSize
(
activity
:
Activity
,
widthDp
:
Int
)
:
AdSize