Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

installedHeaderText
Link copied to clipboard
const val installedHeaderText: String
onlineHeaderText
Link copied to clipboard
const val onlineHeaderText: String
sortByDate
Link copied to clipboard
val sortByDate: Comparator<ModUIData>
sortByDateDesc
Link copied to clipboard
val sortByDateDesc: Comparator<ModUIData>
sortByName
Link copied to clipboard
val sortByName: Comparator<ModUIData>
sortByNameDesc
Link copied to clipboard
val sortByNameDesc: Comparator<ModUIData>
sortByStars
Link copied to clipboard
val sortByStars: Comparator<ModUIData>
sortByStatus
Link copied to clipboard
val sortByStatus: Comparator<ModUIData>

Sources

jvm source
Link copied to clipboard