Audio Publication
interface AudioPublication
The base interface for all audio publications loaded into the AudioReadingSystemEngine.
Inheritors
Properties
Link copied to clipboard
The generated hash signature of the publication, intended to uniquely identify this publication. The hash signature is not the same as the publication id as the hash signature always changes when the publication data changes in any way. The uniqueness of the signature depends on how the publication was loaded. Please refer the implementation responsible for loading this instance.
Link copied to clipboard
Metadata about the audio publication.
Functions
Link copied to clipboard
abstract fun fetchPublicationNavigation(onSuccess: (ReaderPublicationNavigation) -> Unit, onError: (ColibrioException) -> Unit)
Fetches the ReaderPublicationNavigation of this publication.