isAutoloadEnabled property
A Boolean value that determines whether autoloading of ads in the receiver is enabled.
If enabled, you do not need to call the load
method to load ads.
- By default enabled if global state
AdsSettings.loadingMode
is NOT LoadingMode.Manual. - This value will override global state of
AdsSettings.loadingMode
for specific Banner View.
Implementation
final bool? isAutoloadEnabled;