win8_livetile_tile_clear

Clear a Live tile of its current notifications.

Syntax:

win8_livetile_tile_clear();


Returns: N/A


Description

This function can be used to clear any notifications that may be showing currently on the Live Tile for your game. If you have queuing enabled, the next notification in the queue will be shown.


Example:

if !global.Pause
   {
   win8_livetile_tile_clear();
   }

The above code will check a global variable and if it returns false it will clear the Live Tile of the game.


Back: Windows 8
Next: win8_livetile_badge_notification
© Copyright YoYo Games Ltd. 2018 All Rights Reserved