AdswizzAdPodcastManager

The AdszwizzPodcastManager supports playing a local or streamed podcast either with the internal player or an external player.

Constructors

Link copied to clipboard
constructor(settings: AdPodcastManagerSettings? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cleanup()
Link copied to clipboard
open override fun play(uri: Uri)

Play the podcast.

Link copied to clipboard
fun removePodcast(location: Uri)
Link copied to clipboard
fun startDownloadPodcast(uri: Uri, location: Uri, completion: (Boolean, Exception?) -> Unit? = null)
Link copied to clipboard
fun stopDownloadPodcast(location: Uri)