fun interface ShouldLoadAdItemCallback
Can be implemented to receive a callback before an ad item is loaded.
| Name | Summary |
|---|
| shouldLoadAdItem | abstract fun shouldLoadAdItem(adItem: AdItem): Boolean Decides whether the ad item should be loaded or discarded. Returning true will load the ad item, returning false will discard it. |