DefaultMediaMetadataProvider

class DefaultMediaMetadataProvider(title: String? = null, author: String? = null, cover: Uri? = null) : MediaMetadataProvider

Builds a MediaMetadataFactory which will use the given title, author and cover, and fall back on what is in the publication.

Constructors

Link copied to clipboard
constructor(title: String? = null, author: String? = null, cover: Uri? = null)

Functions

Link copied to clipboard
open override fun createMetadataFactory(publication: Publication): MediaMetadataFactory