ResumePoint

data class ResumePoint(fullyPlayed: Boolean, resumePositionMs: Int)

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.USER_READ_PLAYBACK_POSITION.

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

ResumePoint
Link copied to clipboard
common
fun ResumePoint(fullyPlayed: Boolean, resumePositionMs: Int)
Whether or not the episode has been fully played by the user.

Properties

fullyPlayed
Link copied to clipboard
common
val fullyPlayed: Boolean
Whether or not the episode has been fully played by the user.
resumePositionMs
Link copied to clipboard
common
val resumePositionMs: Int
The user’s most recent position in the episode in milliseconds.

Sources

common source
Link copied to clipboard