shared
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.audiobooks
/
ResumePoint
Resume
Point
@
Serializable
data
class
ResumePoint
(
val
fullyPlayed
:
Boolean
?
=
null
,
val
resumePositionMs
:
Int
?
=
null
)
Members
Constructors
Resume
Point
Link copied to clipboard
constructor
(
fullyPlayed
:
Boolean
?
=
null
,
resumePositionMs
:
Int
?
=
null
)
Properties
fully
Played
Link copied to clipboard
@
SerialName
(
value
=
"fully_played"
)
val
fullyPlayed
:
Boolean
?
=
null
resume
Position
Ms
Link copied to clipboard
@
SerialName
(
value
=
"resume_position_ms"
)
val
resumePositionMs
:
Int
?
=
null