pocketchange_display_reward

Display the Pocket Change reward screen.

Syntax:

pocketchange_display_reward();


Returns: N/A


Description

Calling this function will open the Pocket Change app on the Shop page. If the user does not have the app installed, it will instead open the Google Play store on the Pocket Change app page and invite the user to download the app.


Example:

if mouse_check_button_pressed(mb_left)
   {
   pocketchange_display_reward();
   }

The above code will check for a mouse button press and if one is detected, it will open the Pocket Change app on the rewards screen.


Back: Advertising and Analytics
Next: pocketchange_display_shop
© Copyright YoYo Games Ltd. 2015 All Rights Reserved