Package 

Class FacebookRewardedAd

  • All Implemented Interfaces:
    com.facebook.ads.AdListener , com.facebook.ads.RewardedVideoAdExtendedListener , com.facebook.ads.RewardedVideoAdListener , com.google.android.gms.ads.mediation.MediationRewardedAd

    
    public class FacebookRewardedAd
     implements MediationRewardedAd, RewardedVideoAdExtendedListener
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      FacebookRewardedAd(MediationRewardedAdConfiguration adConfiguration, MediationAdLoadCallback<MediationRewardedAd, MediationRewardedAdCallback> callback, MetaFactory metaFactory)
    • Method Summary

      Modifier and Type Method Description
      void render()
      void showAd(@NonNull() Context context)
      void onRewardedVideoCompleted()
      void onError(Ad ad, AdError adError)
      void onAdLoaded(Ad ad)
      void onAdClicked(Ad ad)
      void onLoggingImpression(Ad ad)
      void onRewardedVideoClosed()
      void onRewardedVideoActivityDestroyed()
      • Methods inherited from class com.google.android.gms.ads.mediation.MediationRewardedAd

        showAd
      • Methods inherited from class com.facebook.ads.RewardedVideoAdExtendedListener

        onRewardedVideoActivityDestroyed
      • Methods inherited from class com.facebook.ads.RewardedVideoAdListener

        onRewardedVideoClosed, onRewardedVideoCompleted
      • Methods inherited from class com.facebook.ads.AdListener

        onAdClicked, onAdLoaded, onError, onLoggingImpression
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait