Interface OfferwallCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onOfferwallLoadingStarted() Notifies that the offer wall loading has started.
      void onOfferwallLoadingFinished() Notifies that the offer wall has been loaded.
      void onOfferwallLoadingFailed(String error) Notifies that the offer wall has failed to load.
      void onOfferwallRewardReceived(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