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