ResumePoint

@Serializable
data class ResumePoint(val fullyPlayed: Boolean? = null, val resumePositonMs: Int? = null)

Constructors

Link copied to clipboard
constructor(fullyPlayed: Boolean? = null, resumePositonMs: Int? = null)

Properties

Link copied to clipboard
val fullyPlayed: Boolean? = null
Link copied to clipboard
val resumePositonMs: Int? = null