java.lang.Object | |
↳ | com.ardic.android.managers.networkconfig.NetworkConfigManager |
Provides INetworkConfigManager
interface by calling getInterface(Context)
method.
For Network Configuration Management details, see INetworkConfigManager
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the global
INetworkConfigManager instance, creating it if it doesn't already
exist. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieve the global INetworkConfigManager
instance, creating it if it doesn't already
exist.
Parameters | |
---|---|
context |
Context :
Context of the application |
Returns | |
---|---|
INetworkConfigManager |
INetworkConfigManager
|