Package-level declarations
Types
Link copied to clipboard
Base interface for managing podcasts. Subclassed by AdszwizzPodcastManager for playing a local or streamed podcast.
Link copied to clipboard
interface AdPodcastManagerDownloadListener
The AdPodcastManagerDownloadListener
interface defines the methods used to get information about the download process of a podcast.
Link copied to clipboard
class AdPodcastManagerSettings
AdPodcastManagerSettings is used to configure an AdPodcastManager instance.
Link copied to clipboard
class DownloadableAsset(var url: Uri, var mimeType: String, var expectedContentLength: Long, var state: DownloadState, var location: Uri)
Link copied to clipboard
Link copied to clipboard