AdropInterstitialAdListener

interface AdropInterstitialAdListener

๋ฆฌ์Šค๋„ˆ๋Š” AdropInterstitialAd์— ๋ณ€๊ฒฝ์ด ์žˆ์„ ๋•Œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.


Public functions

fun onAdReceived(ad: AdropInterstitialAd)

fun onAdReceived(AdropInterstitialAd)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ๊ด‘๊ณ ๋ฅผ ์ˆ˜์‹ ํ•  ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdClicked(ad: AdropInterstitialAd)

fun onAdClicked(ad: AdropInterstitialAd)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ํด๋ฆญ ๋˜์—ˆ์„ ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdImpression(ad: AdropInterstitialAd)

fun onAdImpression(ad: AdropInterstitialAd)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๋ฅผ ํ‘œ์‹œํ•  ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ๋‚˜ํƒ€๋‚  ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdDidDismissFullScreen(ad: AdropInterstitialAd)

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ์‚ฌ๋ผ์กŒ์„ ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdFailedToReceive(ad: AdropInterstitialAd, error: AdropErrorCode)

fun onAdFailedToReceive(ad: AdropInterstitialAd, error: AdropErrorCode)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ๊ด‘๊ณ  ์ˆ˜์‹ ์— ์‹คํŒจํ–ˆ์„ ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

fun onAdFailedToShowFullScreen(ad: AdropInterstitialAd, error: AdropErrorCode)

fun onAdFailedToShowFullScreen(ad: AdropInterstitialAd, error: AdropErrorCode)

์ด ๋ฉ”์†Œ๋“œ๋Š” AdropInterstitialAd๊ฐ€ ๊ด‘๊ณ  ํ‘œ์‹œ์— ์‹คํŒจํ–ˆ์„ ๋•Œ UI ์Šค๋ ˆ๋“œ์—์„œ ํ˜ธ์ถœ๋ฉ๋‹ˆ๋‹ค.

Last updated