public interface StandaloneAdRequestListener
| 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 the ad.
|
<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)
FeedAdErrorCode.NO_FILL).error - an object holding more information about the error