-
public interface OfferWallCallbackCallback to receive updates from AdGem Offer Wall. Use registerOfferWallCallback to register.
-
-
Method Summary
Modifier and Type Method Description voidonOfferWallStateChanged(int newState)Notifies that the offer wall state was changed. voidonOfferWallReward(int amount)Notifies to reward user for the action they performed in the offer wall. voidonOfferWallClosed()Notifies that the offer wall has been closed. -
-
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.
-
-
-
-