Package 

Interface OfferWallCallback

    • Method Summary

      Modifier and Type Method Description
      void onOfferWallStateChanged(int newState) Notifies that the offer wall state was changed.
      void onOfferWallReward(int amount) Notifies to reward user for the action they performed in the offer wall.
      void onOfferWallClosed() Notifies that the offer wall has been closed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onOfferWallStateChanged

         void onOfferWallStateChanged(int newState)

        Notifies that the offer wall state was changed.

      • onOfferWallReward

         void onOfferWallReward(int amount)

        Notifies to reward user for the action they performed in the offer wall.

      • onOfferWallClosed

         void onOfferWallClosed()

        Notifies that the offer wall has been closed. it.