Yandex Mobile Ads
androidJvm
Yandex Mobile Ads
/
com.yandex.mobile.ads.common
/
AdSize
Ad
Size
class
AdSize
(
val
width
:
Int
,
val
height
:
Int
)
Container for ad sizes.
Members
Constructors
Ad
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
@get:
Dimension
(
unit
=
0
)
val
height
:
Int
width
Link copied to clipboard
@get:
Dimension
(
unit
=
0
)
val
width
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String