Reputation: 113
I'm using a Xamarin Forms application. For checking the internet availability "Xamarin Essentials" is used and the code is
Connectivity.NetworkAccess == NetworkAccess.Internet
But I need to check if the device internet connection is slow. Is there a way to implement this in both Android and iOS.
Upvotes: 0
Views: 243