-
- All Implemented Interfaces:
public interface MediaMetadataFactoryFactory for the MediaMetadata associated with the publication and its resources.
The metadata are used for example in the media-style Android notification.
-
-
Method Summary
Modifier and Type Method Description abstract MediaMetadatapublicationMetadata()Creates the MediaMetadata for the whole publication. abstract MediaMetadataresourceMetadata(Integer index)Creates the MediaMetadata for the reading order resource at the given index. -
-
Method Detail
-
publicationMetadata
abstract MediaMetadata publicationMetadata()
Creates the MediaMetadata for the whole publication.
-
resourceMetadata
abstract MediaMetadata resourceMetadata(Integer index)
Creates the MediaMetadata for the reading order resource at the given index.
-
-
-
-