AdropBannerAdListener

interface AdropBannerListener

리스너는 AdropBanner에 변경 사항이 있을 때 호출됩니다.


Public functions

fun onAdReceived(banner: AdropBanner)

fun onAdReceived(banner: AdropBanner)

이 메소드는 AdropBanner가 광고를 수신할 때 UI 스레드에서 호출됩니다.

fun onAdClicked(banner: AdropBanner)

fun onAdClicked(banner: AdropBanner)

이 메소드는 AdropBanner가 클릭 되었을 때 UI 스레드에서 호출됩니다.

fun onAdFailedToReceive(banner: AdropBanner, error: AdropErrorCode)

fun onAdFailedToReceive(banner: AdropBanner, error: AdropErrorCode)

이 메소드는 AdropBanner가 광고 수신에 실패했을 때 UI 스레드에서 호출됩니다.

Last updated