firebase::gma::BoundingBox

#include <ad_view.h>

The screen location and dimensions of an AdView once it has been initialized.

Summary

Constructors and Destructors

BoundingBox()
Default constructor which initializes all member variables to 0.

Public attributes

height
int
Height of the ad in pixels.
position
The position of the AdView if one has been set as the target position, or kPositionUndefined otherwise.
width
int
Width of the ad in pixels.
x
int
Horizontal position of the ad in pixels from the left.
y
int
Vertical position of the ad in pixels from the top.

Public attributes

height

intfirebase::gma::BoundingBox::height

Height of the ad in pixels.

position

AdView::Positionfirebase::gma::BoundingBox::position

The position of the AdView if one has been set as the target position, or kPositionUndefined otherwise.

width

intfirebase::gma::BoundingBox::width

Width of the ad in pixels.

x

intfirebase::gma::BoundingBox::x

Horizontal position of the ad in pixels from the left.

y

intfirebase::gma::BoundingBox::y

Vertical position of the ad in pixels from the top.

Public functions

BoundingBox

firebase::gma::BoundingBox::BoundingBox()

Default constructor which initializes all member variables to 0.