AdSizeType class

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

The size of the banner.

Enumerations

public enum AdSizeType

The size of the banner.

.
public enum AdSizeType

The size of the banner.

.

Enumeration description

public enum AdSizeType

public enum AdSizeType
{
    Fixed,  // deprecated
    Flexible, // deprecated
    Sticky,
    Inline
}

The size of the banner.

Fixed (deprecated)

A banner with a specified maximum height and width.

Flexible (deprecated)

A banner with a specified maximum height and width.

Sticky

A sticky banner with the specified width.

Inline

A adaptive inline banner with a specified maximum height and width.