PublicationServicesHolder

Properties

Functions

Link copied to clipboard
abstract fun close()

Closes this object and releases any resources associated with it. If the object is already closed then invoking this method has no effect.

Link copied to clipboard
abstract fun <T : Publication.Service> findService(serviceType: KClass<T>): T?

Returns the first publication service that is an instance of serviceType.

Link copied to clipboard
abstract fun <T : Publication.Service> findServices(serviceType: KClass<T>): List<T>

Returns all the publication services that are instances of serviceType.

Link copied to clipboard

Returns the list of all the positions in the publication.

Link copied to clipboard

Returns the list of all the positions in the publication, grouped by the resource reading order index.