gh-pages / com.nextfaze.devfun.overlay.logger
Package com.nextfaze.devfun.overlay.logger
Types
| Name | Summary |
|---|---|
| OverlayLogger | interface OverlayLoggerAn overlay logger is a floating semi-transparent TextView that will display the .toString() of a function, property, or class. |
| OverlayLogging | interface OverlayLoggingHandles the creation, maintenance, and permissions of OverlayLogger instances. |
Type Aliases
| Name | Summary |
|---|---|
| OnClick | typealias OnClick = () -> Unit |
| UpdateCallback | typealias UpdateCallback = () -> CharSequence |