public interface NetworkBaseAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
checkIgawNativeImpression() |
void |
checkValidMediation() |
void |
destroyBannerAd() |
void |
destroyInterstitial() |
void |
destroyInterstitialVideoAd() |
void |
destroyNativeAd() |
void |
destroyRewardVideoAd() |
java.lang.String |
getNetworkName() |
void |
internalStopBannerAd() |
void |
loadInterstitial(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
loadInterstitialVideoAd(android.content.Context context,
IgawInterstitialVideoAd igawInterstitialVideoAd,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
loadNativeAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex,
IgawNativeAd igawNativeAd) |
void |
loadRewardVideoAd(android.content.Context context,
IgawRewardVideoAd igawRewardVideoAd,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
onPauseBanner() |
void |
onResumeBanner() |
void |
pauseInterstitialVideoAd() |
void |
pauseRewardVideoAd() |
void |
resumeInterstitial() |
void |
resumeInterstitialVideoAd() |
void |
resumeRewardVideoAd() |
void |
setBannerMediationAdapterEventListener(BannerMediationAdapterEventListener bannerMediationAdapterEventListener) |
void |
setCustomExtras(java.util.HashMap<java.lang.String,java.lang.Object> customExtras) |
void |
setInterstitialMediationAdapterEventListener(InterstitialMediationAdapterEventListener interstitialMediationAdapterEventListener) |
void |
setInterstitialVideoMediationAdapterEventListener(InterstitialVideoAdMediationAdapterEventListener interstitialVideoAdMediationAdapterEventListener) |
void |
setNativeMediationAdapterEventListener(NativeAdMediationAdapterEventListener nativeMediationAdapterEventListener) |
void |
setRewardVideoMediationAdapterEventListener(RewardVideoAdMediationAdapterEventListener rewardVideoAdMediationAdapterEventListener) |
void |
showInterstitial(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
showInterstitialVideoAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
showRewardVideoAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void |
startBannerAd(android.content.Context context,
AdSize adSize,
IgawBannerAd bannerAdView,
NetworkResponseModel networkResponseModel,
int currentMediationIndex) |
void startBannerAd(android.content.Context context,
AdSize adSize,
IgawBannerAd bannerAdView,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void internalStopBannerAd()
void destroyBannerAd()
void setBannerMediationAdapterEventListener(BannerMediationAdapterEventListener bannerMediationAdapterEventListener)
void onResumeBanner()
void onPauseBanner()
void loadInterstitial(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void showInterstitial(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void setInterstitialMediationAdapterEventListener(InterstitialMediationAdapterEventListener interstitialMediationAdapterEventListener)
java.lang.String getNetworkName()
void checkValidMediation()
void setCustomExtras(java.util.HashMap<java.lang.String,java.lang.Object> customExtras)
void resumeInterstitial()
void destroyInterstitial()
void loadRewardVideoAd(android.content.Context context,
IgawRewardVideoAd igawRewardVideoAd,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void showRewardVideoAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void resumeRewardVideoAd()
void pauseRewardVideoAd()
void setRewardVideoMediationAdapterEventListener(RewardVideoAdMediationAdapterEventListener rewardVideoAdMediationAdapterEventListener)
void destroyRewardVideoAd()
void loadNativeAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex,
IgawNativeAd igawNativeAd)
void setNativeMediationAdapterEventListener(NativeAdMediationAdapterEventListener nativeMediationAdapterEventListener)
void checkIgawNativeImpression()
void destroyNativeAd()
void loadInterstitialVideoAd(android.content.Context context,
IgawInterstitialVideoAd igawInterstitialVideoAd,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void showInterstitialVideoAd(android.content.Context context,
NetworkResponseModel networkResponseModel,
int currentMediationIndex)
void resumeInterstitialVideoAd()
void pauseInterstitialVideoAd()
void setInterstitialVideoMediationAdapterEventListener(InterstitialVideoAdMediationAdapterEventListener interstitialVideoAdMediationAdapterEventListener)
void destroyInterstitialVideoAd()