Commit 3fa2c1a6 authored by wanglei's avatar wanglei

...

parent c74d1bb6
...@@ -62,7 +62,7 @@ object AdmobInterstitialUtils { ...@@ -62,7 +62,7 @@ object AdmobInterstitialUtils {
val obj1 = JSONObject() val obj1 = JSONObject()
obj1.put("ad_unit", "interAd") obj1.put("ad_unit", "interAd")
EventUtils.event("ad_prepare_show_inter", ext = obj1) EventUtils.event("ad_prepare_show", ext = obj1)
if (interAd != null) { if (interAd != null) {
var dialog: Dialog? = null var dialog: Dialog? = null
...@@ -187,6 +187,6 @@ object AdmobInterstitialUtils { ...@@ -187,6 +187,6 @@ object AdmobInterstitialUtils {
} }
fun haveReadAd(): Boolean { fun haveReadAd(): Boolean {
return interAd!=null return interAd != null
} }
} }
\ No newline at end of file
...@@ -103,7 +103,7 @@ object AdmobOpenUtils { ...@@ -103,7 +103,7 @@ object AdmobOpenUtils {
if (!isRetry) { if (!isRetry) {
val obj1 = JSONObject() val obj1 = JSONObject()
obj1.put("ad_unit", "openAd") obj1.put("ad_unit", "openAd")
EventUtils.event("ad_prepare_show_open", ext = obj1) EventUtils.event("ad_prepare_show", ext = obj1)
LogEx.logDebug(TAG, "open ad_prepare_show") LogEx.logDebug(TAG, "open ad_prepare_show")
} }
......
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