public interface AdGemCallback
AdGem.registerCallback(AdGemCallback) to register.| Modifier and Type | Method and Description |
|---|---|
default void |
onInterstitialAdClosed()
Notifies that the interstitial ad was closed.
|
default void |
onInterstitialAdStateChanged(int newState)
Notifies that an interstitial ad state was updated.
|
default void |
onOfferWallStateChanged(int newState)
Deprecated.
use
OfferWallCallback.onOfferWallStateChanged(int) instead. |
default void |
onRewardedAdCancelled()
Notifies that the user has cancelled rewarded ad.
|
default void |
onRewardedAdComplete()
Notifies that AdGem has successfully completed showing rewarded ad to the user.
|
default void |
onRewardedAdStateChanged(int newState)
Notifies that a rewarded ad state was updated.
|
default void |
onRewardUser(int amount)
Deprecated.
|
default void onInterstitialAdStateChanged(int newState)
default void onRewardedAdStateChanged(int newState)
default void onOfferWallStateChanged(int newState)
OfferWallCallback.onOfferWallStateChanged(int) instead.default void onRewardUser(int amount)
OfferWallCallback.onOfferWallReward(int)default void onInterstitialAdClosed()
default void onRewardedAdComplete()
default void onRewardedAdCancelled()