-
public class AdmobBusiness extends IAdBusiness
author: MrHe date : 2023/3/3 desc :
-
-
Field Summary
Fields Modifier and Type Field Description private StringmAppKeypublic final static AdmobBusinessINSTANCE
-
Method Summary
Modifier and Type Method Description Unitinit(Activity activity, String appKey)UnitretryAfterNetOk()BooleanisInitSuccess()IAdcreateSplashAd()IAdcreateBannerAd()IAdcreateInsertAd()IAdcreateVideoAd()IAdcreateRewardAd()IAdcreateNativeAd()Unitdestroy(Context context)final UnittrackAC3(AdValue adValue)太极3. final BundlecreateNetworkExtrasBundle()final StringgetMAppKey()final UnitsetMAppKey(String mAppKey)-
-
Method Detail
-
retryAfterNetOk
Unit retryAfterNetOk()
-
isInitSuccess
Boolean isInitSuccess()
-
createSplashAd
IAd createSplashAd()
-
createBannerAd
IAd createBannerAd()
-
createInsertAd
IAd createInsertAd()
-
createVideoAd
IAd createVideoAd()
-
createRewardAd
IAd createRewardAd()
-
createNativeAd
IAd createNativeAd()
-
createNetworkExtrasBundle
final Bundle createNetworkExtrasBundle()
-
getMAppKey
final String getMAppKey()
-
setMAppKey
final Unit setMAppKey(String mAppKey)
-
-
-
-