com.vpon.adon.android
Interface AdListener


public interface AdListener

Implement this interface to be notified when an AdOn ad is received from the servers.

Author:
Shark

Method Summary
 void onFailedToRecevieAd(AdView adView)
          Called when a new AdOn ad has been received and is about to be displayed.
 void onRecevieAd(AdView adView)
          Called when an AdOn ad request fails to get a new ad.
 

Method Detail

onRecevieAd

void onRecevieAd(AdView adView)
Called when an AdOn ad request fails to get a new ad.

Parameters:
adView - is the view that received and will show the new ad.

onFailedToRecevieAd

void onFailedToRecevieAd(AdView adView)
Called when a new AdOn ad has been received and is about to be displayed.

Parameters:
adView - is the view that received and will show the new ad.