StoredData

data class StoredData(val url: String, val apiName: String, val showFillers: Boolean, val dubStatus: DubStatus, val start: AutoResume?, val playerAction: Int, val restart: Boolean)

Constructors

Link copied to clipboard
constructor(url: String, apiName: String, showFillers: Boolean, dubStatus: DubStatus, start: AutoResume?, playerAction: Int, restart: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String