Reputation: 3461
How can I show a toast notification every 15 seconds while the application is in background? DispatcherTimer doesn't work because my app is suspended and background tasks can't run at this frequency.
Upvotes: 1
Views: 702
Reputation: 10785
You can use a Background Task to do toast notifications, but the minimum interval is 15 minutes. Michael
Upvotes: 1