set Scroll Bottom Menu Listeners
fun setScrollBottomMenuListeners(bnv: BottomNavigationView, nsv: NestedScrollView, scroll: Int, from: Activity, packageContext: Context)
Content copied to clipboard
Sets the listeners and defines the corresponding behaviors (limited to passing intents, scrolling actions, 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.
nsv
Nested scroll view involved in the scrolling action.
scroll
Menu corresponding to the activity on which the scrolling action is executed.
from
Activity calling this method.
packageContext
Context of the activity calling this method.