GoogleMobileAds. Api. PreloadConfiguration
  Configuration for preloading ads.
Summary
        Constructors and Destructors | 
    |
|---|---|
        PreloadConfiguration()
         | 
    |
        PreloadConfiguration(PreloadConfiguration configuration)
         | 
    
        Public attributes | 
    |
|---|---|
        AdUnitId
       | 
      
        string
        The ad unit ID of the ad to preload.  
       | 
    
        BufferSize
       | 
      
        uint
        The maximum amount of ads buffered for this configuration.  
       | 
    
        Format
       | 
      
        
         The ad format of the ad to preload.  
       | 
    
        Request
       | 
      
        
         The ad request to preload.  
       | 
    
Public attributes
AdUnitId
string AdUnitId
The ad unit ID of the ad to preload.
BufferSize
uint BufferSize
The maximum amount of ads buffered for this configuration.
Public functions
PreloadConfiguration
PreloadConfiguration()
PreloadConfiguration
PreloadConfiguration( PreloadConfiguration configuration )