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 showAdList()
- void showAdList(string title)
Description
To invoke these methods, you have to get a Plugin object from TnkAd.Plugin.instance and then invoke these method using the instance.
Parameters
Name | Description |
title | Title displayed in the offerwall. |
3) Show Offerwall (popup view)
Launch a incentive offerwall in popup view.
Method
- void popupAdList()
- void popupAdList(string title)
Description
To invoke these methods, you have to get a Plugin object from TnkAd.Plugin.instance and then invoke these method using the instance.
Parameters
Name | Description |
title | Title displayed in the offerwall. |