AdropPopupAdListener
리스너는 AdropPopupoListener에 변경이 있을 때 호출됩니다.
Public functions
fun onAdReceived(ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 광고를 수신할 때 UI 스레드에서 호출됩니다.
fun onAdClicked(ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 클릭 되었을 때 UI 스레드에서 호출됩니다.
fun onAdImpression(ad: AdropPopupAd)
이 메소드는 AdropPopupAd를 표시할 때 UI 스레드에서 호출됩니다.
fun onAdDidPresentFullScreen(ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 나타날 때 UI 스레드에서 호출됩니다.
fun onAdDidDismissFullScreen(ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 사라졌을 때 UI 스레드에서 호출됩니다.
fun onAdFailedToReceive(ad: AdropPopupAd, error: AdropErrorCode)
이 메소드는 AdropPopupAd가 광고 수신에 실패했을 때 UI 스레드에서 호출됩니다.
fun onAdFailedToShowFullScreen(ad: AdropPopupAd, error: AdropErrorCode)
이 메소드는 AdropPopupAd가 광고 표시에 실패했을 때 UI 스레드에서 호출됩니다.
Last updated