Interface AppBrainInterstitialAdapter
- All Superinterfaces:
KeepClass
- All Known Implementing Classes:
AdMobAppBrainInterstitialAdapter, AppBrainAppBrainInterstitialAdapter
Interface for loading and showing interstitials through AppBrain mediation.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrequestInterstitialAd(Context context, String serverParams, AppBrainInterstitialAdapter.AppBrainInterstitialAdapterListener listener) boolean
-
Method Details
-
requestInterstitialAd
void requestInterstitialAd(Context context, String serverParams, AppBrainInterstitialAdapter.AppBrainInterstitialAdapterListener listener) -
showInterstitial
boolean showInterstitial() -
onDestroy
void onDestroy()
-