设置 position值
This commit is contained in:
parent
10b42951a8
commit
3781711e2e
|
|
@ -144,7 +144,7 @@ class SplashActivity : AppViewsEmptyViewModelActivity<ViewBinding>(), OnTabStyle
|
|||
if (AdConfigManager.shouldShowInterstitialAfterAppOpenFailure()) {
|
||||
lifecycleScope.launch {
|
||||
try {
|
||||
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "kkkkkkkkkkkkkkkkkkkkkk")) {
|
||||
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "splash")) {
|
||||
is AdResult.Success -> {
|
||||
delayAndJumpToMain(true)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ class HomeFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnSwit
|
|||
|
||||
lifecycleScope.launch {
|
||||
try {
|
||||
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "kkkkkkkk")) {
|
||||
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "RV_VideoStream")) {
|
||||
is AdResult.Success -> {
|
||||
callback.invoke()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue