AdropBannerListener

interface AdropBannerListener

Listener called when there is a change in the AdropBanner.


Public functions

fun onAdReceived(banner: AdropBanner)

fun onAdReceived(banner: AdropBanner)

This method gets invoked in the UI thread when the AdropBanner receives an ad.

fun onAdClicked(banner: AdropBanner)

fun onAdClicked(banner: AdropBanner)

This method gets invoked in the UI thread when the AdropBanner is clicked.

fun onAdFailedToReceive(banner: AdropBanner, error: AdropErrorCode)

fun onAdFailedToReceive(banner: AdropBanner, error: AdropErrorCode)

This method gets invoked in the UI thread when the AdropBanner fails to receive an ad.

Last updated