Android Verizon Ads SDK Standard Edition Documentation
1.14
|
Ad size properties. More...
Public Member Functions | |
AdSize (final int width, final int height) | |
Defines supported ad size. More... | |
int | getHeight () |
Get the ad size height. More... | |
int | getWidth () |
Get the ad size width. More... | |
void | setHeight (final int height) |
Set the ad size height. More... | |
void | setWidth (final int width) |
Set the ad size width. More... | |
Ad size properties.
AdSize | ( | final int | width, |
final int | height | ||
) |
Defines supported ad size.
width | in DIPs |
height | in DIPs |
int getHeight | ( | ) |
Get the ad size height.
int getWidth | ( | ) |
Get the ad size width.
void setHeight | ( | final int | height | ) |
Set the ad size height.
height | in DIPs |
void setWidth | ( | final int | width | ) |
Set the ad size width.
width | in DIPs |