| java.lang.Object | |
| ↳ | com.google.android.gms.ads.internal.rawhtmlad.client.RawHtmlAdWrapper |
A wrapper class implements RawHtmlAd which contains information of a raw html ad.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the base URL of the ad HTML.
| |||||||||||
Returns the HTML string of the ad.
| |||||||||||
Called when publisher is done rendering the ad and pass the publisher rendered view to SDK.
| |||||||||||
Called when a click happens in the publisher rendered ad.
| |||||||||||
Called when the publisher rendered ad is displayed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.android.gms.ads.doubleclick.RawHtmlAd
| |||||||||||
Called when publisher is done rendering the ad and pass the publisher rendered view to SDK.
| view | The rendered view of the ad. |
|---|
Called when a click happens in the publisher rendered ad.
Called when the publisher rendered ad is displayed.