PlaylistType

public enum PlaylistType: String, Codable

A type describing the kind of playlist

  • A playlist created and shared by an Apple Music user

    Declaration

    Swift

    case userShared = "user-shared"
  • A playlist created by an Apple Music curator

    Declaration

    Swift

    case editorial
  • A playlist created by an non-Apple curator or brand

    Declaration

    Swift

    case external
  • A personalized playlist for an Apple Music user

    Declaration

    Swift

    case personalMix = "personal-mix"