Package-level declarations

Types

Link copied to clipboard
data class FilterResultModel(val filterCount: Int, val selectedFilters: HashMap<String, List<CategoryModel>>)
Link copied to clipboard
data class GroupCategoriesModel(val title: String, val categoryId: String, var checkboxSelectionState: SelectionState = SelectionState.NONE_SELECTED, var filterCategories: List<CategoryModel>? = null)