ProductType

public enum ProductType : String, Codable

The available Spotify product levels to which the current user can be subscribed.

See also

The Spotify iOS SDK type.
  • Undocumented

    Declaration

    Swift

    case free
  • Undocumented

    Declaration

    Swift

    case open
  • Undocumented

    Declaration

    Swift

    case premium
  • Undocumented

    Declaration

    Swift

    case unlimited
  • Undocumented

    Declaration

    Swift

    case unknown