Uses of Class
com.evolution.player.core.network.IDownloadManager.TransferStatus

Packages that use IDownloadManager.TransferStatus
com.evolution.player.core.network   
 

Uses of IDownloadManager.TransferStatus in com.evolution.player.core.network
 

Methods in com.evolution.player.core.network that return IDownloadManager.TransferStatus
 IDownloadManager.TransferStatus IDownloadManager.getStatus(Download download)
          Current status of the file transfer.
static IDownloadManager.TransferStatus IDownloadManager.TransferStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IDownloadManager.TransferStatus[] IDownloadManager.TransferStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.