gh-pages / com.nextfaze.devfun.menu / DeveloperMenu
DeveloperMenu
interface DeveloperMenu :
MenuController
(source)
Properties
Name | Summary |
---|---|
isVisible | abstract val isVisible: Boolean Flag indicating if the menu is currently visible. |
Inherited Properties
Name | Summary |
---|---|
actionDescription | abstract val actionDescription: CharSequence ? A human-readable description of how this controller is used. |
title | abstract val title: String A human-readable description of the name of this controller. |
Functions
Name | Summary |
---|---|
addController | abstract fun addController(menuController: MenuController ): Unit |
hide | abstract fun hide(activity: FragmentActivity): Unit |
minusAssign | open operator fun minusAssign(menuController: MenuController ): Unit |
plusAssign | open operator fun plusAssign(menuController: MenuController ): Unit |
removeController | abstract fun removeController(menuController: MenuController ): Unit |
show | abstract fun show(activity: FragmentActivity): Unit |
Inherited Functions
Name | Summary |
---|---|
attach | abstract fun attach(developerMenu: DeveloperMenu ): Unit Called when this controller is being attached/initialized to a DeveloperMenu. |
detach | abstract fun detach(): Unit Called when this controller is being detached/removed from a DeveloperMenu. |
onDismissed | abstract fun onDismissed(): Unit Called when DeveloperMenu is dismissed. |
onShown | abstract fun onShown(): Unit Called when DeveloperMenu is shown. |
Inheritors
Name | Summary |
---|---|
DevMenu | class DevMenu : AbstractDevFunModule , DeveloperMenu |