CONTENT MOVED: Chaseable Tiles - Know what was clicked on your Live Tile (Windows 10 UWP)
Content moved
Please see the article on docs.microsoft.com for the latest documentation.
Comments
- Anonymous
May 10, 2016
It's really great and useful feature! - Anonymous
October 12, 2016
So I know the arguments of say the four tiles that were recently displayed. How do I find the argument of the one tile that was displaying when the user actually clicked it?By the way the 'e' in here should be 'args' string[] allArgs = e.TileActivatedInfo.RecentlyShownNotifications .Select(i => i.Arguments) .ToArray();Thanks,Russ- Anonymous
October 12, 2016
Okay maybe I should have read the guidance first..But the 'e' is still incorrect :-)- Anonymous
October 12, 2016
Thanks for that correction Russty, updated the doc to use the correct variable! And yep, the first one is the one that the user "clicked" - remember that the user also might just want to launch your app normally, so you typically don't want to directly navigate to what they "clicked" in case they just wanted to launch your app :)
- Anonymous
- Anonymous
- Anonymous
May 26, 2017
Why not call them Trackable Tiles instead? - Anonymous
September 12, 2017
The comment has been removed- Anonymous
September 12, 2017
The comment has been removed
- Anonymous