Trusted

data class Trusted(val name: String, val logo: String? = null, val description: String? = null, val rating: Double? = null, val url: String? = null, val category: String? = null, val contact: String? = null) : Flag(source)

Indicates that the media link comes from a trusted and reputable provider.

Constructors

Link copied to clipboard
constructor(name: String, logo: String? = null, description: String? = null, rating: Double? = null, url: String? = null, category: String? = null, contact: String? = null)

Properties

Link copied to clipboard
val category: String? = null

The category of the provider, e.g., "Streaming Service".

Link copied to clipboard
val contact: String? = null

Contact information for support or inquiries related to the provider.

Link copied to clipboard
val description: String? = null

A brief description or tagline of the provider.

Link copied to clipboard
val logo: String? = null

URL or resource ID of the provider's logo or icon.

Link copied to clipboard

The name of the trusted provider, e.g., "Netflix", "Amazon Prime".

Link copied to clipboard
val rating: Double? = null

A rating or score for the provider.

Link copied to clipboard
val url: String? = null

A URL to the provider's official website or page.

Functions

Link copied to clipboard

Checks if a given provider name is a trusted provider.