public interface StandaloneAdListener
| Modifier and Type | Method and Description |
|---|---|
<T extends android.view.View & AdViewConfig> |
onAdLoaded(StandaloneAdViewFactory<T> adViewFactory)
Called when an ad for the placement was loaded and is ready to be displayed.
|
void |
onError(FeedAdError error)
Called when an error occurred while requesting or playing the ad.
|
void |
onOpened()
This method is called when an ad of a placement was clicked by the user.
|
void |
onPlacementComplete()
Called when all ads were completed.
|
void |
onSkipped()
Called when an ad has been skipped.
|
<T extends android.view.View & AdViewConfig> void onAdLoaded(StandaloneAdViewFactory<T> adViewFactory)
adViewFactory - a factory that creates the ad player view for an activityvoid onError(FeedAdError error)
error - an object holding more information about the errorvoid onPlacementComplete()
void onSkipped()
void onOpened()