firebase::
  This is an abstract class.
    #include <ad_view.h>
  
A listener class that developers can extend and pass to an AdView object's AdView::SetBoundingBoxListener method to be notified of changes to the size of the Ad's bounding box.
Summary
| Constructors and Destructors | |
|---|---|
| ~AdViewBoundingBoxListener() | 
| Public functions | |
|---|---|
| OnBoundingBoxChanged(AdView *ad_view, BoundingBox box)=0 | virtual voidThis method is called when the AdView object's bounding box changes.  | 
Public functions
OnBoundingBoxChanged
virtual void OnBoundingBoxChanged( AdView *ad_view, BoundingBox box )=0
This method is called when the AdView object's bounding box changes.
| Details | |||||
|---|---|---|---|---|---|
| Parameters | 
 | 
~AdViewBoundingBoxListener
virtual ~AdViewBoundingBoxListener()