SpotifyTrackPositions

class SpotifyTrackPositions(positions: Int)

Represents the positions inside a playlist's items list of where to locate the track

Parameters

positions

Track positions (zero-based)

Constructors

SpotifyTrackPositions
Link copied to clipboard
common
fun SpotifyTrackPositions(vararg positions: Int)
Track positions (zero-based)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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

Sources

(source)
Link copied to clipboard