Package-level declarations
Types
Link copied to clipboard
class ExpandableFilterAdapter(items: List<Any>, updateGroupCategorySelectionState: () -> Unit? = null, var selectedBuildingIds: MutableList<Int> = mutableListOf()) : RecyclerView.Adapter<RecyclerView.ViewHolder>
Link copied to clipboard
Link copied to clipboard
class SubCategoryKeywordAdapter(items: List<FilterItem>, val subcategory: Any?, updateCategorySelectionState: () -> Unit) : RecyclerView.Adapter<RecyclerView.ViewHolder>