⚡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