AdjoeActivity
displaying the adjoe ad feed. IIf you need to know in advance whether the user can access Playtime or not, you can call window.AdjoePlugin.canShowOfferwall(function, function)
. This method will invoke the success callback if you can launch Playtime for the user and invoke the error callback otherwise.window.AdjoePlugin.showOfferwallWithSubIDs('<subId1>', '<subId2>', success, error)
.teaser_shown
eventteaser_shown
event when the user can see the teaser, e.g. the button via which he can access the adjoe SDK from the SDK App. Trigger this event when the teaser has been successfully rendered and would successfully redirect the user to the adjoe SDK. It should be triggered regardless of whether the user has actually clicked the teaser or not. This event is mostly appropriate for uses, in which the functionality of the SDK App and SDK are kept separate to a relevant degree.