A set of extensions to check some hardware features
Class that provides API to check current network status.
Sample usage:
val networkChecker = NetworkChecker(context)
val internetStatus = networkChecker.isInternetConnectionEnabled()
val wifiStatus = networkChecker.isConnectedOverWifi()Sample usage:
val isGpsSupported = context.isGpsSupported()
val isFingerprintSupported = context.isFingerpringSupported()For full list of functions, please look to the source code, or view documentation