Package-level declarations

Types

Link copied to clipboard
class ProfilesAdapter(val items: MutableList<QualityDataHelper.QualityProfile>, val usedProfile: Int, val clickCallback: (oldIndex: Int?, newIndex: Int) -> Unit) : AppUtils.DiffAdapter<QualityDataHelper.QualityProfile>
Link copied to clipboard
Link copied to clipboard
class QualityProfileDialog(val activity: FragmentActivity, @StyleRes val themeRes: Int, links: List<ExtractorLink>, usedProfile: Int, profileSelectionCallback: (QualityDataHelper.QualityProfile) -> Unit) : Dialog
Link copied to clipboard
data class SourcePriority<T>(val data: T, val name: String, var priority: Int)
Link copied to clipboard
class SourcePriorityDialog(val ctx: Context, @StyleRes themeRes: Int, val links: List<ExtractorLink>, profile: QualityDataHelper.QualityProfile, updatedCallback: () -> Unit) : Dialog