Companion
object Companion
Content copied to clipboard
Companion object containing the methods for setting the listeners and the corresponding behaviors when the menu items in the bottom navigation view are selected, alongside constants referring to these menu items.
Properties
Functions
getPosition
Link copied to clipboard
setBottomMenuListeners
Link copied to clipboard
fun setBottomMenuListeners(bnv: BottomNavigationView, from: Activity, packageContext: Context)
Content copied to clipboard
setBottomMenuListenersUnregistered
Link copied to clipboard
fun setBottomMenuListenersUnregistered(bnv: BottomNavigationView, from: Activity, packageContext: Context)
Content copied to clipboard
setFinishBottomMenuListeners
Link copied to clipboard
fun setFinishBottomMenuListeners(bnv: BottomNavigationView, from: Activity, packageContext: Context)
Content copied to clipboard
setFinishBottomMenuListenersUnregistered
Link copied to clipboard
fun setFinishBottomMenuListenersUnregistered(bnv: BottomNavigationView, from: Activity, packageContext: Context)
Content copied to clipboard
setScrollBottomMenuListeners
Link copied to clipboard
fun setScrollBottomMenuListeners(bnv: BottomNavigationView, nsv: NestedScrollView, scroll: Int, from: Activity, packageContext: Context)
Content copied to clipboard
setScrollBottomMenuListenersUnregistered
Link copied to clipboard
fun setScrollBottomMenuListenersUnregistered(bnv: BottomNavigationView, nsv: NestedScrollView, packageContext: Context)
Content copied to clipboard