onNetworkPreference
abstract fun onNetworkPreference(types: List<NetworkChangeDetector.ConnectionType>, preference: Int)
Called when network preference change for a (list of) connection type(s). (e.g WIFI) is `NOT_PREFERRED` or `NEUTRAL`.
note: `types` is a list of ConnectionTypes, so that all cellular types can be modified in one call.