[core](../index.md) / [at.specure.info.network](./index.md) ## Package at.specure.info.network ### Types | Name | Summary | |---|---| | [ActiveNetworkLiveData](-active-network-live-data/index.md) | LiveData that observes changes of active network from [ActiveNetworkWatcher](-active-network-watcher/index.md) If no active connection is available null well be posted`class ActiveNetworkLiveData : LiveData<`[`NetworkInfo`](-network-info/index.md)`?>, NetworkChangeListener` | | [ActiveNetworkWatcher](-active-network-watcher/index.md) | Active network watcher that is aggregates all network watchers to detect which one is currently active and get its data`class ActiveNetworkWatcher` | | [MobileNetworkType](-mobile-network-type/index.md) | Type of Mobile network technology according to [android.telephony.TelephonyManager](https://developer.android.com/reference/android/telephony/TelephonyManager.html).NETWORK_TYPE_*`enum class MobileNetworkType` | | [NetworkInfo](-network-info/index.md) | Base class that represents network information`abstract class NetworkInfo` | | [WifiNetworkInfo](-wifi-network-info/index.md) | Data object that contains information about WiFi network`open class WifiNetworkInfo : `[`NetworkInfo`](-network-info/index.md) |