1) Set user name
|
Name | Description |
userName | User identification String (less than 256 bytes) |
2) Show Offerwall (full screen)
Launch a incentive offerwall in full screen.
Method
- void TnkPlugin::showAdList()
- void TnkPlugin::showAdList(char *title)
Parameters
Name | Description |
title | Title displayed in the offerwall. (Default : Get Free Points!) |
3) Show Offerwall (popup view)
Launch a incentive offerwall in popup view.
Method
- void TnkPlugin::popupAdList()
- void TnkPlugin::popupAdList(char *title)
Parameters
Name | Description |
title | Title displayed in the offerwall. (Default : Get Free Points!) |