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 WindowCallbacks Handles wrapping and posting Window events throughout an app’s life. |
WithSubGroup | interface WithSubGroup When 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 ) -> Unit Function signature of a listener for Window focus changes. |
KeyEventListener | typealias KeyEventListener = (event: KeyEvent ) -> Boolean Function 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 |