Interface AdWebViewListener

  • All Implemented Interfaces:

    
    public interface AdWebViewListener
    
                        

    A listener for receiving notifications during the lifecycle of an AdWebView.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAdLoaded() Called when an ad has successfully been loaded.
      abstract Unit onAdClicked() Called when an ad is clicked.
      abstract Unit onAdCommanded(Uri uri) Called when a command comes into an ad.
      abstract Unit onAdError(AdWebViewErrorCode errorCode) Called when an error happened while an ad is attempting to load or rendering an ad.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail