| com.google.android.gms.ads.doubleclick.RawHtmlPublisherInterstitialAdListener |
A listener for raw HTML interstitial ad.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when a valid first-party ad response has been received and
shouldUseCustomRendering(PublisherInterstitialAd, String, String) returns true. | |||||||||||
Called when a valid first-party ad response has been received.
| |||||||||||
Called when a valid first-party ad response has been received and
shouldUseCustomRendering(PublisherInterstitialAd, String, String) returns true. Publishers should render the ad after
this method is invoked.
This method is invoked on the UI thread.
| interstitialAd | The PublisherInterstitialAd in which the ad should be loaded. |
|---|---|
| ad | The RawHtmlAd which contains information about this ad.
|
Called when a valid first-party ad response has been received. Return true if
publishers choose to render ad themselves. Return false if SDK should render it.
| interstitialAd | The PublisherInterstitialAd in which the ad should be loaded. |
|---|---|
| baseURL | The base URL of the ad HTML. |
| adHtml | The HTML string of the ad. |