set Finish Bottom Menu Listeners
fun setFinishBottomMenuListeners(bnv: BottomNavigationView, from: Activity, packageContext: Context)
Content copied to clipboard
Sets the listeners and defines the corresponding behaviors (limited to passing intents, destroying current activities, and starting activities) when the items in the given bottom navigation view for registered users are selected.
Parameters
bnv
Bottom navigation view for registered users.
from
Activity calling this method.
packageContext
Context of the activity calling this method.