Interface AdWebViewControllerListener

    • 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 onAdError(AdWebViewErrorCode errorCode) Called when an error happened while an ad is attempting to load or rendering an ad.
      Unit onAdResize() Called when an ad is resized.
      Unit onAdUnloaded() Called when a request comes in to unload an ad.
      Unit onAdMuted() Called when an ad is muted by ad choices.
      Unit onAdMetaChanged(Map<String, String> params) Called when the meta data of an ad changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait