ResultFragment

Types

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun newInstance(card: SearchResponse, startAction: Int = 0, startValue: Int? = null): Bundle
fun newInstance(url: String, apiName: String, name: String, startAction: Int = 0, startValue: Int = 0): Bundle
Link copied to clipboard
fun updateUI(id: Int? = null)