public interface OnCustomRenderedAdLoadedListener
This interface is deprecated.
This feature is no longer supported.
A listener for when a custom rendered ad has loaded.
Public Method Summary
abstract void |
Public Methods
public abstract void onCustomRenderedAdLoaded (CustomRenderedAd ad)
Called when a CustomRenderedAd
has loaded. Publishers should render the ad, and call
CustomRenderedAd.onAdRendered(View)
when the rendering is complete.
Parameters
ad | The CustomRenderedAd
which contains information about this ad. |
---|