core / ai.meson.ads / AdSize

AdSize

class AdSize

Constructors

<init>

AdSize(width: Int, height: Int)

Creates the AdSize object with the width and height passed.

Properties

height

var height: Int
  • Height of the Ad

width

var width: Int
  • Width of the Ad