AdropInterstitialAd
Interstitial view class๋ ์ ๋ฉด ๊ด๊ณ ๋ฅผ ์์ฒญํ๊ณ ์ฌ์ฉ์์๊ฒ ๋ ธ์ถํฉ๋๋ค.
Public constructors
AdropInterstitialAd(context: Context, unitId: String)
Context์ ๊ด๊ณ ์ ๋ ID๋ฅผ ํ์๋ก ์ ๋ ฅํด์ผํฉ๋๋ค.
Public functions
fun load()
AdropInterstitialAd์ ๊ด๊ณ ์ ๋ ID๋ฅผ ์ฌ์ฉํ์ฌ Adrop์์ ๊ด๊ณ ๋ฅผ ์์ฒญํฉ๋๋ค.
fun show()
AdropInterstitialAd์ ๊ด๊ณ ์ ๋ ID๋ฅผ ์ฌ์ฉํ์ฌ Adrop์ ๊ด๊ณ ๋ฅผ ๋ ธ์ถํฉ๋๋ค.
show๊ฐ ํธ์ถ๋๊ธฐ ์ ์ ์์ ํ ๋ก๋๋์ด์ผ ํฉ๋๋ค.
Public properties
unitId
AdropInterstitialAd์ ๊ด๊ณ ์ ๋ ID๋ฅผ ๊ฐ์ ธ์ต๋๋ค.
isLoaded
๊ด๊ณ ๊ฐ ์์ ํ ๋ก๋๋์๋์ง ํ์ธํฉ๋๋ค.
interstitialAdListener
์ด ์์ฑ์ AdropInterstitialAdListener๋ฅผ ์ฐ๊ฒฐํฉ๋๋ค.
Last updated