Commit 5a5cb1c1 authored by wanglei's avatar wanglei

[集成库]集成

parent e439b33b
......@@ -12,6 +12,7 @@ import com.ritoq.quickphone.business.pangle.PangleEvent.eventAdClick
import com.ritoq.quickphone.business.pangle.PangleEvent.eventAdPull
import com.ritoq.quickphone.business.pangle.PangleEvent.eventAdPullStart
import com.ritoq.quickphone.business.pangle.PangleEvent.eventAdShow
import com.ritoq.quickphone.business.pangle.PangleEvent.eventPangleAd
class PangleInterMgr {
......@@ -77,6 +78,11 @@ class PangleInterMgr {
interstitialAd?.setAdInteractionListener(object : PAGInterstitialAdInteractionListener {
override fun onAdShowed() {
showCallBack?.show()
interstitialAd?.let {
eventPangleAd(ac, it)
}
interstitialAd = null
load()
eventAdShow()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment