SKCopyright
public struct SKCopyright : Decodable
A struct representing the copyright on a Spotify media item, such as an album.
See also
The Web API Copyright object.-
The types of copyrights available.
See moreDeclaration
Swift
public enum CopyrightType : String, Codable
-
The copyright text for this album.
Declaration
Swift
public let text: String
-
The type of copyright. See
SKCopyright.CopyrightType
for possible values.Declaration
Swift
public let type: CopyrightType