public final class

DownloadManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.download.DownloadManager

Class Overview

Provides IDownloadManager interface by calling getInterface(Context) method.

For Kiosk Mode details, see IDownloadManager

Summary

Public Methods
static IDownloadManager getInterface(Context context)
Retrieve the global IDownloadManager instance, creating it if it doesn't already exist.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static IDownloadManager getInterface (Context context)

Added in API level 1

Retrieve the global IDownloadManager instance, creating it if it doesn't already exist.

Parameters
context Context: Context of the application
Returns
IDownloadManager IDownloadManager