appDrawerItems

private fun appDrawerItems(currentRoute: AppRoute, settings: Settings, router: RootAppRouter): List<DrawerSheetItem>(source)

Renders the appDrawerItems UI for the SDAI presentation layer.

Return

Result produced by appDrawerItems.

Author

Dmitriy Moroz

Parameters

currentRoute

current route value consumed by the API.

settings

settings value consumed by the API.

router

router value consumed by the API.