🎬Start the OfferWall
To start the offerwall, just call, PubscaleOfferwall.launch() method.
PubscaleOfferwall.launch(() => {
    console.log("close"); //onClose
}, (errMsg) => {
    console.log(errMsg); //onFailure
});Last updated
To start the offerwall, just call, PubscaleOfferwall.launch() method.
PubscaleOfferwall.launch(() => {
    console.log("close"); //onClose
}, (errMsg) => {
    console.log(errMsg); //onFailure
});Last updated