CategoryConfig

data class CategoryConfig(val categoryClass: KClass<*>, val title: String, val titleRes: Int = 0)

Configuration for category display.

Constructors

Link copied to clipboard
constructor(categoryClass: KClass<*>, title: String, titleRes: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard