Catalog
An abstract class that represents a catalog, similar to ascrollable row of films in streaming sites.
The catalog contains information about its name, URL, image, and pagination capabilities.
Inheritors
Properties
Link copied to clipboard
Indicates whether the catalog supports pagination.
Link copied to clipboard
Represents the media type for the catalog. By default, this returns DEFAULT_CATALOG_MEDIA_TYPE, which is "all". Override this in subclasses to specify a different media type.