public interface MoPubNativeAdLoadedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdLoaded(int position)
Called when an ad is loaded at the specified position.
|
void |
onAdRemoved(int position)
Called when an ad is removed at the specified position.
|
void onAdLoaded(int position)
position - The ad position of the newly loaded ad.void onAdRemoved(int position)
position - The removed ad position.