Android APIs
public interface

RawHtmlAd

com.google.android.gms.ads.doubleclick.RawHtmlAd
Known Indirect Subclasses

Class Overview

Interface that contains information about raw HTML ads.

Summary

Public Methods
abstract String getBaseURL()
Returns the base URL.
abstract String getHtml()
Returns the HTML string.
abstract void onAdRendered(View view)
Notifies the SDK that ad has finished rendering.
abstract void recordClick()
Records the click of the ad.
abstract void recordImpression()
Records the impression of the ad.

Public Methods

public abstract String getBaseURL ()

Returns the base URL.

public abstract String getHtml ()

Returns the HTML string.

public abstract void onAdRendered (View view)

Notifies the SDK that ad has finished rendering.

Parameters
view The rendered view of the ad.

public abstract void recordClick ()

Records the click of the ad.

public abstract void recordImpression ()

Records the impression of the ad.