Tracks

  • A type representing a Spotify track.

    The Track protocol serves as the base protocol to which all Spotify track types conform. Its requirements include properties for both simplified and full versions of a Spotify track. See the Spotify Web API Object Model for more details.

    See more

    Declaration

    Swift

    public protocol Track
  • A structure representing the links to a relinked Spotify track. See the API Track Relinking guide for more details.

    See also

    The Web API Track Link object.
    See more

    Declaration

    Swift

    public struct SKTrackLinks : Decodable