public static interface DownloadTracker.Extra
| Modifier and Type | Interface and Description |
|---|---|
static class |
DownloadTracker.Extra.ApkChecksum
The MD5 checksum of the apk file.
|
static class |
DownloadTracker.Extra.Custom
Custom exta identifier.
|
static class |
DownloadTracker.Extra.None
No extra identifier.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildExtraIdentifier()
Example:
com.example.pkg:1/ABCDEF01234567 "ABCDEF01234567" is the extra identifier here. |
boolean |
isIntensiveWork()
Does your
DownloadTracker.Extra implementation do work intensive stuff?
Network? IO? |
boolean isIntensiveWork()
DownloadTracker.Extra implementation do work intensive stuff?
Network? IO?@Nullable java.lang.String buildExtraIdentifier()