gh-pages / com.nextfaze.devfun.internal
Package com.nextfaze.devfun.internal
Types
| Name | Summary | 
|---|---|
| ReflectedMethod | interface ReflectedMethod : () -> Any?, (InstanceProvider) -> Any? | 
| ReflectedProperty | interface ReflectedProperty | 
| WindowCallbacks | class WindowCallbacksHandles wrapping and posting Window events throughout an app’s life. | 
| WithSubGroup | interface WithSubGroupWhen implemented by a FunctionItem the DevMenu will render a sub-group for it. Not explicitly intended for public use - primarilyhere as a “fix/workaround” for #19 (where Context overrides the user defined group) | 
Type Aliases
| Name | Summary | 
|---|---|
| FocusChangeListener | typealias FocusChangeListener = (focus: Boolean) -> UnitFunction signature of a listener for Window focus changes. | 
| KeyEventListener | typealias KeyEventListener = (event: KeyEvent) -> BooleanFunction signature of a listener for Window key events. | 
Extensions for External Classes
| Name | Summary | 
|---|---|
| java.lang.reflect.Method | |
| kotlin.String | |
| kotlin.reflect.KClass | 
Properties
| Name | Summary | 
|---|---|
| isInstrumentationTest | val isInstrumentationTest: Boolean |