Sample Screenshot - Spotify Lock-Screen information
How can I display information on the lock screen? Like Spotify does.
EDIT:
Can see question is duplicated, so, the question now is - how Spotify do this?
For Windows 10.
Using WPF/UWP/WinForms whatever.
If it is possible only using other language/hacks - always something.
Output:
My code to run example (in button event, it won't start while application is starting):
TileContent content = new TileContent()
{
Visual = new TileVisual()
{
LockDetailedStatus1 = "Meeting with Thomas",
LockDetailedStatus2 = "11:00 AM - 12:30 PM",
LockDetailedStatus3 = "Studio F",
TileWide = new TileBinding() { }
}
};
var notification = new TileNotification(content.GetXml());
TileUpdateManager.CreateTileUpdaterForApplication().Update(notification);
Followed:
Thanks for help to people in comments for the links above!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With