A Listener interface that will be notified of events occurred during the life-cycle of an ad.
| Extends: | - |
| Implements: | - |
| Package: | com.mustamara.yaftamobile.sdk |
onAdClickedCalled when an ad is clicked.
void onAdClicked()
|Parameter | Description| |-|-| |||
onAdLoadedCalled when an ad is successfully loaded.
void onAdLoaded()
|Parameter | Description| |-|-| |||
onAdErrorCalled when a failure occurred during ad loading.
void onAdError(AdError error)
|Parameter | Description| |-|-| |error|The details of the error that occurred.|