ResumePoint

@Serializable
data class ResumePoint(val fullyPlayed: Boolean, val resumePositionMs: Int)(source)

Represents the user’s most recent position in the episode. Set if the supplied access token is a user token and has the scope SpotifyScope.UserReadPlaybackPosition.

Parameters

fullyPlayed

Whether or not the episode has been fully played by the user.

resumePositionMs

The user’s most recent position in the episode in milliseconds.

Constructors

Link copied to clipboard
constructor(fullyPlayed: Boolean, resumePositionMs: Int)

Properties

Link copied to clipboard
@SerialName(value = "fully_played")
val fullyPlayed: Boolean
Link copied to clipboard
@SerialName(value = "resume_position_ms")
val resumePositionMs: Int