This class need wifi status information please!
What information do you need exactly? ConnectionHelper has already IsInternetAvailable prop and I think this is enough for most cases.
I need to know if the app is connected through Wifi or not. I think this is basic.
Seems a valid request
I have code that detects what sort of connection you are on.. Primarily needed for analytics. I could add that
I was thinking more in terms of
This is something i used before.
NetworkService.cs.txt
Looks like a decent solution covering most of the typically needed aspects :+1:
@jlnostr if you fancy doing this.. go ahead :)
I'm for keeping it really simple (based on thread on the PR)
An enum with Wifi, Ethernet, None would be enough to me
Agreed.. Let's start with enum exposing connection type.