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