ProviderCatalog
@Serializable
Represents a catalog used by providers.
This class extends the Catalog class, adding specific information about the provider that offers the catalog.
Parameters
name
The name of the catalog.
url
The URL for accessing the catalog.
canPaginate
Indicates whether the catalog supports pagination.
image
An optional image associated with the catalog (default is null).
providerId
The name of the provider offering this catalog.
Properties
Link copied to clipboard
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.
Link copied to clipboard
The name of the provider that offers this catalog.