Package 

Interface AdGemCallback

    • Method Summary

      Modifier and Type Method Description
      void onInterstitialAdStateChanged(int newState) Notifies that an interstitial ad state was updated.
      void onRewardedAdStateChanged(int newState) Notifies that a rewarded ad state was updated.
      void onOfferWallStateChanged(int newState) Notifies that AdGem offer wall state was changed.
      void onRewardUser(int amount) Notifies to reward user for the action they performed in the offer wall.
      void onInterstitialAdClosed() Notifies that the interstitial ad was closed.
      void onRewardedAdComplete() Notifies that AdGem has successfully completed showing rewarded ad to the user.
      void onRewardedAdCancelled() Notifies that the user has cancelled rewarded ad.
      • Methods inherited from class java.lang.Object

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