InterstitialAdListener
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

InterstitialAdListener interface is notified of events in InterstitialAd lifecycle.

구현:AdListener
패키지:ads
인스턴스 메서드
onInterstitialDisplayed(Ad)

Called when the interstitial ad control is displayed.

public void onInterstitialDisplayed(Ad ad)
매개변수설명
adThe ad control
onInterstitialDismissed(Ad)

Called when the interstitial ad control is dismissed.

public void onInterstitialDismissed(Ad ad)
매개변수설명
adThe ad control