gh-pages / com.nextfaze.devfun.menu / DeveloperMenu
DeveloperMenu
interface DeveloperMenu : MenuController (source)
Properties
| Name | Summary | 
|---|---|
| isVisible | abstract val isVisible: BooleanFlag 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: StringA 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): UnitCalled when this controller is being attached/initialized to a DeveloperMenu. | 
| detach | abstract fun detach(): UnitCalled when this controller is being detached/removed from a DeveloperMenu. | 
| onDismissed | abstract fun onDismissed(): UnitCalled when DeveloperMenu is dismissed. | 
| onShown | abstract fun onShown(): UnitCalled when DeveloperMenu is shown. | 
Inheritors
| Name | Summary | 
|---|---|
| DevMenu | class DevMenu : AbstractDevFunModule, DeveloperMenu |