Skip to content

XMediator::Api::BannerAds::Size

Class representing the available sizes that a banner can be created with.

Public Properties

Name
int Width
int Height

Public Attributes

Name
readonly Size Phone
Phone size for banners, typically 320x50
readonly Size Tablet
Tablet size for banners, typically 728x90
readonly Size Mrec
MREC size for banners, typically 300x250

Public Property Documentation

property Width

int Width;

property Height

int Height;

Public Attributes Documentation

variable Phone

static readonly Size Phone = new Size(PhoneIdentifier, 320, 50);

Phone size for banners, typically 320x50

variable Tablet

static readonly Size Tablet = new Size(TabletIdentifier, 728, 90);

Tablet size for banners, typically 728x90

variable Mrec

static readonly Size Mrec = new Size(MrecIdentifier, 300, 250);

MREC size for banners, typically 300x250


Updated on 2024-11-07 at 18:31:49 +0000