CompanionAd

public interface CompanionAd


An object that holds data corresponding to the companion Ad.

Summary

Public methods

abstract String

The API needed to execute this ad, or null if unavailable.

abstract int

The height of the companion in pixels.

abstract String

The URL for the static resource of this companion.

abstract int

The width of the companion in pixels.

Public methods

getApiFramework

abstract String getApiFramework()

The API needed to execute this ad, or null if unavailable.

getHeight

abstract int getHeight()

The height of the companion in pixels. 0 if unavailable.

getResourceValue

abstract String getResourceValue()

The URL for the static resource of this companion.

getWidth

abstract int getWidth()

The width of the companion in pixels. 0 if unavailable.