Network Settings
data class NetworkSettings @JvmOverloads constructor(var allowMetered: Boolean, var allowRoaming: Boolean, var allowedNetworkTypes: List<NetworkSettings.NetworkType>, var useSystemDefaults: Boolean = false) : Parcelable
Deprecated
Will be removed in next releases. Do corresponding network checks on application side, if you need to
Class containing information about network settings
Constructors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun NetworkSettings(allowMetered: Boolean, allowRoaming: Boolean, allowedNetworkTypes: List<NetworkSettings.NetworkType>, useSystemDefaults: Boolean = false)