setBottomMenuListenersUnregistered

fun setBottomMenuListenersUnregistered(bnv: BottomNavigationView, from: Activity, packageContext: Context)

Sets the listeners and defines the corresponding behaviors (limited to passing intents, and starting activities) when the items in the given bottom navigation view for unregistered users are selected.

Parameters

bnv

Bottom navigation view for unregistered users.

from

Nested scroll view involved in the scrolling action.

packageContext

Context of the activity calling this method.