Commit 9b619bed authored by maxiaoliang's avatar maxiaoliang

1

parent 025e1004
...@@ -210,7 +210,7 @@ object AdmobUtils { ...@@ -210,7 +210,7 @@ object AdmobUtils {
isLoading = false isLoading = false
loadingListener?.invoke() loadingListener?.invoke()
pull(it.responseInfo, "nativeAd", reqId = reqId) pull(it.responseInfo, "nativeAd", reqId = reqId)
it.setOnPaidEventListener(EventOnPaidEventListener(it)) // it.setOnPaidEventListener(EventOnPaidEventListener(it))
}.withAdListener(object : AdListener() { }.withAdListener(object : AdListener() {
override fun onAdClicked() { override fun onAdClicked() {
click(nativeAd?.responseInfo, "nativeAd") click(nativeAd?.responseInfo, "nativeAd")
......
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