public class FileDownloadBroadcastHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_COMPLETED |
static String |
KEY_MODEL |
| Constructor and Description |
|---|
FileDownloadBroadcastHandler() |
| Modifier and Type | Method and Description |
|---|---|
static FileDownloadModel |
parseIntent(Intent intent)
Parse the
intent from the filedownloader broadcast. |
static void |
sendCompletedBroadcast(FileDownloadModel model) |
public static final String ACTION_COMPLETED
public static final String KEY_MODEL
public static FileDownloadModel parseIntent(Intent intent)
intent from the filedownloader broadcast.intent - the intent from the broadcast.public static void sendCompletedBroadcast(FileDownloadModel model)