Commit 58f4fba3 authored by wanglei's avatar wanglei

...

parent 46a5c050
...@@ -63,7 +63,7 @@ object AdmobMaxHelper { ...@@ -63,7 +63,7 @@ object AdmobMaxHelper {
} }
//展示广告关闭时赋值 //展示广告关闭时赋值
var lastShowedOnHiddenTime = System.currentTimeMillis() var lastShowedOnHiddenTime = 0
fun admobMaxShowInterstitialAd(activity: Activity, onHidden: (() -> Unit)? = null) { fun admobMaxShowInterstitialAd(activity: Activity, onHidden: (() -> Unit)? = null) {
if (isBlack) { if (isBlack) {
onHidden?.invoke() onHidden?.invoke()
......
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