Date: 2025-09-04
New Feature
Added a new SDK API: MCOfferwallSDK.SetToolbarTitle(String title)
MCOfferwallSDK.SetToolbarTitle(String title)
It is now possible to set a custom title on the Offerwall toolbar.
If no title is set, the toolbar remains blank as before.
Usage Example:
MCOfferwallSDK.SetToolbarTitle("your_custom_title");
Last updated 9 days ago