shared
Toggle table of contents
0.1.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
resumePositonMs
:
Int
?
=
null
)
Members
Constructors
Resume
Point
Link copied to clipboard
constructor
(
fullyPlayed
:
Boolean
?
=
null
,
resumePositonMs
:
Int
?
=
null
)
Properties
fully
Played
Link copied to clipboard
val
fullyPlayed
:
Boolean
?
=
null
resume
Positon
Ms
Link copied to clipboard
val
resumePositonMs
:
Int
?
=
null