AdPodcastManager
Base interface for managing podcasts. Subclassed by AdszwizzPodcastManager for playing a local or streamed podcast.
Inheritors
Types
Functions
Link copied to clipboard
Add an AdPodcastManagerDownloadListener to receive events while downloading the podcast. The listener is saved as a strong reference, so the caller is responsible for releasing it.
Link copied to clipboard
Add an AdPodcastManager.Listener to receive events while playing a podcast. The listener is saved as a strong reference, so the caller is responsible for releasing it.
Link copied to clipboard
Remove a previously added AdPodcastManagerDownloadListener.
Link copied to clipboard
Remove a previously added AdPodcastManager.Listener.