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

AdListener interface is notified of events in ad control lifecycle.

패키지:ads
인스턴스 메서드
onError(Ad, AdError)

Called when an error happened while the ad control is attempting to load an ad.

public void onError(Ad ad, AdError error)
매개변수설명
adThe ad control
errorThe error
onAdLoaded(Ad)

Called when the ad control has loaded an ad.

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

Called when the ad control is clicked and user is redirected to the link in the ad.

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