AdSize

class AdSize(val width: Int, val height: Int)

Container for ad sizes.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
@get:Dimension(unit = 0)
val height: Int
Link copied to clipboard
@get:Dimension(unit = 0)
val width: Int

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String