public static class DownloadTracker.Extra.None extends java.lang.Object implements DownloadTracker.Extra
DownloadTracker.Extra.ApkChecksum, DownloadTracker.Extra.Custom, DownloadTracker.Extra.None| Constructor and Description |
|---|
None() |
| 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? |
public boolean isIntensiveWork()
DownloadTracker.ExtraDownloadTracker.Extra implementation do work intensive stuff?
Network? IO?isIntensiveWork in interface DownloadTracker.Extra@Nullable public java.lang.String buildExtraIdentifier()
DownloadTracker.ExtrabuildExtraIdentifier in interface DownloadTracker.Extra