ExtractorUri

data class ExtractorUri(    val uri: Uri,     val name: String,     val basePath: String? = null,     val relativePath: String? = null,     val displayName: String? = null,     val id: Int? = null,     val parentId: Int? = null,     val episode: Int? = null,     val season: Int? = null,     val headerName: String? = null,     val tvType: TvType? = null)(source)

Constructors

Link copied to clipboard
constructor(    uri: Uri,     name: String,     basePath: String? = null,     relativePath: String? = null,     displayName: String? = null,     id: Int? = null,     parentId: Int? = null,     episode: Int? = null,     season: Int? = null,     headerName: String? = null,     tvType: TvType? = null)

Properties

Link copied to clipboard
val basePath: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val episode: Int? = null
Link copied to clipboard
val headerName: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
Link copied to clipboard
val parentId: Int? = null
Link copied to clipboard
val relativePath: String? = null
Link copied to clipboard
val season: Int? = null
Link copied to clipboard
val tvType: TvType? = null
Link copied to clipboard
val uri: Uri