DisplayCategories

fun DisplayCategories(bookCategories: HashMap<String, MBook>, navController: NavHostController)

Displays the categories of books.

Parameters

bookCategories

the categories of books

navController

the navigation controller

See also