firebase:: admob:: AdSize
#include <types.h>
An ad size value to be used in requesting ads.
Summary
Public attributes |
|
---|---|
ad_size_type
|
The type of ad size.
|
height
|
int
Height of the ad (in points or dp).
|
width
|
int
Width of the ad (in points or dp).
|
Public attributes
height
int firebase::admob::AdSize::height
Height of the ad (in points or dp).
width
int firebase::admob::AdSize::width
Width of the ad (in points or dp).