AdListener

A Listener interface that will be notified of events occurred during the life-cycle of an ad.

Extends:-
Implements:-
Package:com.mustamara.yaftamobile.sdk

Public Methods

onAdClicked

Called when an ad is clicked.

void onAdClicked()

|Parameter | Description| |-|-| |||

Returns

onAdLoaded

Called when an ad is successfully loaded.

void onAdLoaded()

|Parameter | Description| |-|-| |||

Returns

onAdError

Called when a failure occurred during ad loading.

void onAdError(AdError error)

|Parameter | Description| |-|-| |error|The details of the error that occurred.|

Returns