SpotifySearchQueryBuilder

class SpotifySearchQueryBuilder : QueryBuilder

Builder for Spotify search queries.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

Searches for results from a specific arist (Only works for album, artists and tracks)

Link copied to clipboard
var isrc: String?

Searches for a specific track by it's isrc

Link copied to clipboard

Searches for a specific track by it's isrc

Link copied to clipboard

Searches for results containing a specific track (like Albums, Artists)

Link copied to clipboard
var upc: String?

Searches for albums with a specific upc

Link copied to clipboard
var year: String?

Searches for results from within a specific range (eg.1955-1960) (Only works for album, artists and tracks)

Functions

Link copied to clipboard
fun SpotifySearchQueryBuilder.fromYear(start: Int, end: Int? = null)

Searches for items in the year range from start end end.