-
public abstract class RewardedAdListener extends AdListener
-
-
Constructor Summary
Constructors Constructor Description RewardedAdListener()
-
Method Summary
Modifier and Type Method Description voidonUserRewarded(AdReward reward)This method will be invoked when a user should be granted a reward. -
Methods inherited from class com.adsdk.android.ads.base.AdListener
onAdClicked, onAdClosed, onAdDisplayFailed, onAdDisplayed, onAdLoadFailed, onAdLoaded, onAdOpened -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onUserRewarded
void onUserRewarded(AdReward reward)
This method will be invoked when a user should be granted a reward.
-
-
-
-