| com.google.android.gms.ads.doubleclick.RawHtmlPublisherAdViewListener |
A listener for raw HTML banner ad.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when a valid first-party ad response has been received and
shouldUseCustomRendering(PublisherAdView, 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(PublisherAdView, String, String) returns true. Publishers should render the ad, and
call onAdRendered(View) when the rendering is complete.
| publisherAdView | The PublisherAdView 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
this ad should be custom rendered. Return false if the SDK should render it.
| publisherAdView | The PublisherAdView in which the ad should be loaded. |
|---|---|
| baseURL | The base URL of the ad HTML. |
| adHtml | The HTML string of the ad. |