Format

@Serializable
class Format(val w: Int, val h: Int)

This object represents an allowed size (i.e., height and width combination)

OpenRTB Section 3.2.10

Constructors

Link copied to clipboard
constructor(w: Int, h: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

height in device independent pixels (DIPS).

Link copied to clipboard

width in device independent pixels (DIPS).