SDK Initialization
Initializing the AdJump.
You must initialize the AdJump SDK before you can use any of its features.
The parameters to this call are as follows:
Parameter
Description
context
Your application's context.
accountId
Your Adjump account id.
appId
Your Adjump application id.
userId
The registered User Id associated with your application.
Initialize AdJump SDK:
Initialize the AdJump OfferWall SDK by invoking the initialize
function
Open the Adjump offerwall
To initiate the OfferWall, simply invoke the launchOfferWall
method.
Last updated