AdropInterstitialAd
class AdropInterstitialAd: NSObject
Interstitial ad class는 전면 광고를 요청하고 사용자에게 노출합니다.
Public constructors
init
init(unitId: String)
유닛 ID를 필수로 입력해야합니다.
Public functions
fun load()
fun load()
AdropInterstitialAd의 광고 유닛 ID를 사용하여 Adrop에서 광고를 요청합니다.
fun show(fromRootViewController)
fun show(fromRootViewController: UIViewController)
AdropInterstitialAd의 광고 유닛 ID를 사용하여 Adrop의 광고를 노출합니다.
show가 호출되기 전에 완전히 로드되어야 합니다.
Public properties
delegate
var delegate: AdropInterstitialAdDelegate?
unitId
var unitId: String
isLoaded
var isLoaded: Bool
Last updated