AdropPopupAdDelegate
AdropPopupAd에 의해 트리거될 콜백을 정의하는 프로토콜입니다.
Public functions
func onAdReceived(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 광고를 수신할 때 UI 스레드에서 호출됩니다.
func onAdFailedToReceive(_ ad: AdropPopupAd, _ errorCode: AdropErrorCode)
이 메소드는 AdropPopupAd가 광고 수신에 실패했을 때 UI 스레드에서 호출됩니다.
func onAdClicked(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 클릭 되었을 때 UI 스레드에서 호출됩니다.
func onAdImpression(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd를 표시할 때 UI 스레드에서 호출됩니다.
func onAdWillPresentFullScreen(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 나타나기 전 UI 스레드에서 호출됩니다.
func onAdDidPresentFullScreen(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 나타날 때 UI 스레드에서 호출됩니다.
func onAdWillDismissFullScreen(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 사라지기 전 UI 스레드에서 호출됩니다.
func onAdDidDismissFullScreen(_ ad: AdropPopupAd)
이 메소드는 AdropPopupAd가 사라졌을 때 UI 스레드에서 호출됩니다.
func onAdFailedToShowFullScreen(_ ad: AdropPopupAd, _ errorCode: AdropErrorCode)
이 메소드는 AdropPopupAd가 광고 표시에 실패했을 때 UI 스레드에서 호출됩니다.
Last updated