Facebook
AdListener - Documentation - Meta for Developers
AdListener
A more recent version of this class is available. Check out  the latest version.

AdListener interface is notified of events in ad control lifecycle.

Package:
ads
Instance Methods
onError(Ad, AdError)

Called when an error happened while the ad control is attempting to load an ad.

public void onError( Ad ad , AdError error )
Parameter Description
ad The ad control
error The error
onAdLoaded(Ad)

Called when the ad control has loaded an ad.

public void onAdLoaded( Ad ad )
Parameter Description
ad The ad control
onAdClicked(Ad)

Called when the ad control is clicked and user is redirected to the link in the ad.

public void onAdClicked( Ad ad )
Parameter Description
ad The ad control
Design a Mobile Website
View Site in Mobile | Classic
Share by: