ContextType

public enum ContextType : String, Codable

The possible contexts in which a track can be played.

  • The current track is being played as part of an album.

    Declaration

    Swift

    case album
  • The current track is being played as part of an artist’s tracks.

    Declaration

    Swift

    case artist
  • The current track is being played as part of a playlist.

    Declaration

    Swift

    case playlist