public interface OfferWallCallback
AdGem.registerOfferWallCallback(OfferWallCallback) to register.| Modifier and Type | Method and Description |
|---|---|
default void |
onOfferWallClosed()
Notifies that the offer wall has been closed.
|
default void |
onOfferWallReward(int amount)
Notifies to reward user for the action they performed in the offer wall.
|
default void |
onOfferWallStateChanged(int newState)
Notifies that the offer wall state was changed.
|
default void onOfferWallStateChanged(int newState)
default void onOfferWallReward(int amount)
default void onOfferWallClosed()