public interface
CompanionAd
An object that holds data corresponding to the companion Ad.
Public Method Summary
abstract String |
getApiFramework()
The API needed to execute this ad, or null if unavailable.
|
abstract int |
getHeight()
The height of the companion in pixels.
|
abstract String |
getResourceValue()
The URL for the static resource of this companion.
|
abstract int |
getWidth()
The width of the companion in pixels.
|
Public Methods
public abstract String getApiFramework ()
The API needed to execute this ad, or null if unavailable.
public abstract int getHeight ()
The height of the companion in pixels. 0 if unavailable.
public abstract String getResourceValue ()
The URL for the static resource of this companion.
public abstract int getWidth ()
The width of the companion in pixels. 0 if unavailable.