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