| 
        
          | virtual int32_t ludei::ads::AdBanner::getHeight | ( |  | ) | const |  | pure virtual | 
 
Returns the height of the banner.
- Returns
- The height of the banner. 
 
 
  
  | 
        
          | virtual int32_t ludei::ads::AdBanner::getWidth | ( |  | ) | const |  | pure virtual | 
 
Returns the width of the banner.
- Returns
- The width of the banner. 
 
 
  
  | 
        
          | virtual void ludei::ads::AdBanner::hide | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual void ludei::ads::AdBanner::load | ( |  | ) |  |  | pure virtual | 
 
 
  
  | 
        
          | virtual void ludei::ads::AdBanner::setLayout | ( | AdBannerLayout | layout | ) |  |  | pure virtual | 
 
Sets the layout of the banner.
- Parameters
- 
  
    | layout | The layout of the banner. |  
 
 
 
Sets a new listener for the banner.
- Parameters
- 
  
    | listener | The listener to be set. |  
 
 
 
  
  | 
        
          | virtual void ludei::ads::AdBanner::setPosition | ( | float | x, |  
          |  |  | float | y |  
          |  | ) |  |  |  | pure virtual | 
 
Sets the position of the banner given x and y coords. For custom layouts only.
- Parameters
- 
  
    | x | The x coord. |  | y | The y coord. |  
 
 
 
  
  | 
        
          | virtual void ludei::ads::AdBanner::show | ( |  | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: