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