SpotifyCopyright

data class SpotifyCopyright(textString: String, typeString: String)

Describes an album's copyright information

Constructors

SpotifyCopyright
Link copied to clipboard
common
fun SpotifyCopyright(textString: String, typeString: String)

Functions

copy
Link copied to clipboard
common
fun copy(textString: String, typeString: String): SpotifyCopyright
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

text
Link copied to clipboard
common
val text: String
The copyright text for this album.
type
Link copied to clipboard
common
val type: CopyrightType
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.

Sources

(source)
Link copied to clipboard