Restrictions

data class Restrictions(reason: String)

Contains an explanation of why a track is not available

Parameters

reason

why the track is not available

Constructors

Restrictions
Link copied to clipboard
common
fun Restrictions(reason: String)
why the track is not available

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
copy
Link copied to clipboard
common
fun copy(reason: String): Restrictions
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

reason
Link copied to clipboard
common
val reason: String
why the track is not available

Sources

(source)
Link copied to clipboard