LiveTvServiceInfo

data class LiveTvServiceInfo(val name: String? = null, val homePageUrl: String? = null, val status: LiveTvServiceStatus, val statusMessage: String? = null, val version: String? = null, val hasUpdateAvailable: Boolean, val isVisible: Boolean, val tuners: List<String>? = null)

Class ServiceInfo.

Constructors

Link copied to clipboard
constructor(name: String? = null, homePageUrl: String? = null, status: LiveTvServiceStatus, statusMessage: String? = null, version: String? = null, hasUpdateAvailable: Boolean, isVisible: Boolean, tuners: List<String>? = null)

Properties

Link copied to clipboard

A value indicating whether this instance has update available.

Link copied to clipboard
val homePageUrl: String? = null

The home page URL.

Link copied to clipboard

A value indicating whether this instance is visible.

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard

The status.

Link copied to clipboard
val statusMessage: String? = null

The status message.

Link copied to clipboard
val tuners: List<String>? = null
Link copied to clipboard
val version: String? = null

The version.