wpf - Event Triggered Toast Notification UWP -


idea:i automating wifi login particular network user have enter credentials poping toast notification alarm app instead of snooze or dismiss button there login or logout. issue:how trigger toast notification when user connect particular wifi network?

toast

you need use background task getting triggered system event - in case networkstatechanged trigger.

you can check if want show toast using windows.networking.connectivity.networkinformation.getinternetconnectionprofile()

look @ question https://stackoverflow.com/a/32846558/5111904 or documentation of networkinformation class further information.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -