AdSize
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

AdSize is the dimension of the ad control. All units are in density-independent pixel (dp).

Estende:Enum
Pacote:ads
Métodos de classe
values()
public static AdSize values()
valueOf(String)
public static AdSize valueOf(String name)
ParâmetroDescrição
name
fromWidthAndHeight(int, int)
public static AdSize fromWidthAndHeight(int width, int height)
ParâmetroDescrição
width
height
Métodos de instância
getWidth()

Gets the width of the ad control.

public int getWidth()
Returns
Width of the ad control in DP
getHeight()

Gets the height of the ad control.

public int getHeight()
Returns
Height of the ad control in DP
INTERSTITIAL
A full screen interstitial size.
public static final AdSize INTERSTITIAL
RECTANGLE_HEIGHT_250
Represents a flexible rectangle ad size, where width depends on its container width, and height is fixed as 250dp.
public static final AdSize RECTANGLE_HEIGHT_250