Package com.brightcove.player.network
See: Description
-
Annotation Summary Annotation Description Visibility The list of possible visibility states. StatusCode The list of possible status values for android.app.DownloadManager.Request. ReasonCode The list of possible reasons code that will be set when StatusCode is either STATUS_RETRY or STATUS_FAILED. -
Interface Summary Interface Description IRequest Contract of a download request that can be submitted to the download manager. IDownloadManager Defines the contract of a download manager, which can used to queue and manage download requests. Listener A listener that can be used to callback notifications about download requests. -
Class Summary Class Description DownloadStatus Download status describes the current status of a download request. Request Provides mutable implementation of IRequest, which can be used to submitdownload requests to the IDownloadManager. DownloadManager Provides an implementation of IDownloadManager that uses an application database to track the requests.