Package 

Class AdMobOpenWrapRewardedCustomEventAdapter

  • All Implemented Interfaces:
    com.google.android.gms.ads.mediation.MediationExtrasReceiver , com.google.android.gms.ads.mediation.MediationRewardedAd

    
    public class AdMobOpenWrapRewardedCustomEventAdapter
    extends AdMobOpenWrapAdapter implements MediationRewardedAd
                        

    Custom Event class responsible for loading OpenWrap Rewarded ad

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void loadRewardedAd(@NonNull() MediationRewardedAdConfiguration mediationRewardedAdConfiguration, @NonNull() MediationAdLoadCallback<MediationRewardedAd, MediationRewardedAdCallback> mediationAdLoadCallback)
      void showAd(@NonNull() Context context)
      • Methods inherited from class com.google.ads.mediation.openwrap.AdMobOpenWrapAdapter

        getSDKVersionInfo, getVersionInfo, initialize
      • Methods inherited from class com.google.android.gms.ads.mediation.Adapter

        getSDKVersionInfo, getVersionInfo, initialize, loadAppOpenAd, loadBannerAd, loadInterscrollerAd, loadInterstitialAd, loadNativeAd, loadNativeAdMapper, loadRewardedInterstitialAd
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • loadRewardedAd

         void loadRewardedAd(@NonNull() MediationRewardedAdConfiguration mediationRewardedAdConfiguration, @NonNull() MediationAdLoadCallback<MediationRewardedAd, MediationRewardedAdCallback> mediationAdLoadCallback)