WatchProvider

data class WatchProvider(val name: String, val icon: AppImageSource, val priceInfo: String, val watchUrl: String? = null)

Data class representing a watch provider (streaming service).

Constructors

Link copied to clipboard
constructor(name: String, icon: AppImageSource, priceInfo: String, watchUrl: String? = null)

Properties

Link copied to clipboard

The icon of the streaming service.

Link copied to clipboard

The name of the streaming service (e.g., "Netflix").

Link copied to clipboard

Information about the pricing or availability (e.g., "Subscription").

Link copied to clipboard

The direct URL to watch the content on this provider (optional).