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