SpotifyPlayablePositions

class SpotifyPlayablePositions(positions: Int)

Represents the positions inside a playlist's playables list of where to locate the playable

Parameters

positions

Playable positions (zero-based)

Constructors

SpotifyPlayablePositions
Link copied to clipboard
common
fun SpotifyPlayablePositions(vararg positions: Int)
Playable positions (zero-based)

Properties

positions
Link copied to clipboard
common
val positions: IntArray
Playable positions (zero-based)

Sources

common source
Link copied to clipboard