-
- All Implemented Interfaces:
-
com.igaworks.ssp.common.adapter.BaseMediationAdapter
public class AdPopcornSSPAdapter implements BaseMediationAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private HashMap<String, Object>customExtras
-
Method Summary
-
Methods inherited from class com.igaworks.ssp.common.adapter.BaseMediationAdapter
loadInterstitial, loadInterstitialVideoAd, loadNativeAd, loadRewardVideoAd, setBannerMediationAdapterEventListener, startBannerAd -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setCustomExtras
void setCustomExtras(HashMap<String, Object> customExtras)
-
getNetworkName
String getNetworkName()
-
checkValidMediation
void checkValidMediation()
-
setBannerMediationAdapterEventListener
void setBannerMediationAdapterEventListener(BannerMediationAdapterEventListener bannerMediationAdapterEventListener)
-
startBannerAd
void startBannerAd(Context context, AdSize adSize, AdPopcornSSPBannerAd bannerAdView, NetworkResponseModel model, boolean isInAppBidding, int currentMediationIndex)
-
onResumeBanner
void onResumeBanner()
-
onPauseBanner
void onPauseBanner()
-
internalStopBannerAd
void internalStopBannerAd()
-
destroyBannerAd
void destroyBannerAd()
-
stopBannerTimer
void stopBannerTimer()
-
setInterstitialMediationAdapterEventListener
void setInterstitialMediationAdapterEventListener(InterstitialMediationAdapterEventListener interstitialMediationAdapterEventListener)
-
loadInterstitial
void loadInterstitial(Context context, AdPopcornSSPInterstitialAd adPopcornSSPInterstitialAd, NetworkResponseModel model, boolean isInAppBidding, int currentMediationIndex)
-
showInterstitial
void showInterstitial(Context context, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex)
-
resumeInterstitial
void resumeInterstitial()
-
destroyInterstitial
void destroyInterstitial()
-
setNativeMediationAdapterEventListener
void setNativeMediationAdapterEventListener(NativeAdMediationAdapterEventListener nativeMediationAdapterEventListener)
-
loadNativeAd
void loadNativeAd(Context context, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex, AdPopcornSSPNativeAd adPopcornSSPNativeAd)
-
isViewFullyVisible
boolean isViewFullyVisible(View view)
-
checkAdPopcornSSPNativeImpression
void checkAdPopcornSSPNativeImpression()
-
destroyNativeAd
void destroyNativeAd()
-
loadRewardVideoAd
void loadRewardVideoAd(Context context, AdPopcornSSPRewardVideoAd adPopcornSSPRewardVideoAd, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex)
-
showRewardVideoAd
void showRewardVideoAd(Context context, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex)
-
setRewardVideoMediationAdapterEventListener
void setRewardVideoMediationAdapterEventListener(RewardVideoAdMediationAdapterEventListener rewardVideoAdMediationAdapterEventListener)
-
resumeRewardVideoAd
void resumeRewardVideoAd()
-
pauseRewardVideoAd
void pauseRewardVideoAd()
-
destroyRewardVideoAd
void destroyRewardVideoAd()
-
loadInterstitialVideoAd
void loadInterstitialVideoAd(Context context, AdPopcornSSPInterstitialVideoAd adPopcornSSPInterstitialVideoAd, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex)
-
showInterstitialVideoAd
void showInterstitialVideoAd(Context context, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex)
-
resumeInterstitialVideoAd
void resumeInterstitialVideoAd()
-
pauseInterstitialVideoAd
void pauseInterstitialVideoAd()
-
setInterstitialVideoMediationAdapterEventListener
void setInterstitialVideoMediationAdapterEventListener(InterstitialVideoAdMediationAdapterEventListener interstitialVideoAdMediationAdapterEventListener)
-
destroyInterstitialVideoAd
void destroyInterstitialVideoAd()
-
getBiddingToken
String getBiddingToken(Context context)
-
initializeSDK
void initializeSDK(Context context, SDKMediationInfoModel sdkMediationInfoModel, SdkInitListener sdkInitListener)
-
setSplashMediationAdapterEventListener
void setSplashMediationAdapterEventListener(SplashAdMediationAdapterEventListener splashMediationAdapterEventListener)
-
loadSplashAd
void loadSplashAd(Context context, NetworkResponseModel networkResponseModel, int currentMediationIndex, AdPopcornSSPSplashAd adPopcornSSPSplashAd)
-
destroySplashAd
void destroySplashAd()
-
loadReactNativeAd
void loadReactNativeAd(Context context, NetworkResponseModel networkResponseModel, boolean isInAppBidding, int currentMediationIndex, AdPopcornSSPReactNativeAd adPopcornSSPReactNativeAd)
-
setReactNativeMediationAdapterEventListener
void setReactNativeMediationAdapterEventListener(ReactNativeAdMediationAdapterEventListener reactNativeMediationAdapterEventListener)
-
checkAdPopcornSSPReactNativeImpression
void checkAdPopcornSSPReactNativeImpression()
-
destroyReactNativeAd
void destroyReactNativeAd()
-
loadModalAd
void loadModalAd(Context context, NetworkResponseModel networkResponseModel, int currentMediationIndex, AdPopcornSSPModalAd adPopcornSSPModalAd)
-
showModalAd
void showModalAd(Context context, NetworkResponseModel networkResponseModel, int currentMediationIndex, AdPopcornSSPModalAd adPopcornSSPModalAd)
-
destroyModalAd
void destroyModalAd()
-
setModalAdMediationAdapterEventListener
void setModalAdMediationAdapterEventListener(ModalAdMediationAdapterEventListener modalAdMediationAdapterEventListener)
-
-
-
-