Android Integration
Offerwalls are in-app ads that incentivize users to take particular actions. In return, the user gets an in-app reward and the developer gets paid by the advertiser.
1. Add this to your build.gradle file
2. Configure proguard rules
3. Initializing the OfferWall
3.1. Parameters for init call:
3.2. Creating OfferWallConfig object:
Public Methods
Description
3.3. Making the init call:
4. Start the OfferWall
5. Setup S2S callbacks
6. Test the OfferWall
Last updated