1. Displaying The Wallet
The wallet screen - You'll need to add a button called "Wallet" somewhere in your game that users can click on to display the list of offers available to them. We recommend adding this to the game menu so that the user can easily access the wallet to redeem their rewards and it does not interfere with gameplay.
In order to display the wallet, simply call JoyMonsterPlugin.ShowWallet() when the user clicks on this button.

2. Displaying Offers Available
If you want to highlight the wallet button, make it flash or anything, to alert the user that some offers are available in the wallet, you can use the JoyMonsterPlugin.GetOfferCount() method as follows:
