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
implementation('com.pubscale.sdkone:offerwall:1.0.9')implementation 'com.pubscale.sdkone:offerwall:1.0.9'2. Configure proguard rules
-keep class com.pubscale.sdkone.offerwall.** {*;}
-keep class com.pubscale.caterpillar.analytics.** {*;}
#Supporting R8 full mode
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response3. 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