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