ShouldLoadAdItemCallback

Can be implemented to receive a callback before an ad item is loaded.

See also

Functions

Link copied to clipboard
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.