silviubogan
silviubogan

Reputation: 3461

Toast notification every 15 seconds

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

Answers (1)

Michael S. Scherotter
Michael S. Scherotter

Reputation: 10785

You can use a Background Task to do toast notifications, but the minimum interval is 15 minutes. Michael

Upvotes: 1

Related Questions