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