-
- 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 voidrender()voidshowAd(@NonNull() Context context)voidonRewardedVideoCompleted()voidonError(Ad ad, AdError adError)voidonAdLoaded(Ad ad)voidonAdClicked(Ad ad)voidonLoggingImpression(Ad ad)voidonRewardedVideoClosed()voidonRewardedVideoActivityDestroyed()-
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
-
-
Constructor Detail
-
FacebookRewardedAd
FacebookRewardedAd(MediationRewardedAdConfiguration adConfiguration, MediationAdLoadCallback<MediationRewardedAd, MediationRewardedAdCallback> callback, MetaFactory metaFactory)
-
-
Method Detail
-
render
void render()
-
onRewardedVideoCompleted
void onRewardedVideoCompleted()
-
onError
void onError(Ad ad, AdError adError)
-
onAdLoaded
void onAdLoaded(Ad ad)
-
onAdClicked
void onAdClicked(Ad ad)
-
onLoggingImpression
void onLoggingImpression(Ad ad)
-
onRewardedVideoClosed
void onRewardedVideoClosed()
-
onRewardedVideoActivityDestroyed
void onRewardedVideoActivityDestroyed()
-
-
-
-