public static interface ImaAdsMediaSource.AdsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Called when the user clicks through an ad (for example, following a 'learn more' link).
|
void |
onAdLoadError(IOException error)
Called if there was an error loading ads.
|
void |
onAdTapped()
Called when the user taps a non-clickthrough part of an ad.
|
void onAdLoadError(IOException error)
error - The error.void onAdClicked()
void onAdTapped()