gh-pages / com.nextfaze.devfun.overlay.logger

Package com.nextfaze.devfun.overlay.logger

Types

Name Summary
OverlayLogger interface OverlayLogger
An overlay logger is a floating semi-transparent TextView that will display the .toString() of a function, property, or class.
OverlayLogging interface OverlayLogging
Handles the creation, maintenance, and permissions of OverlayLogger instances.

Type Aliases

Name Summary
OnClick typealias OnClick = () -> Unit
UpdateCallback typealias UpdateCallback = () -> CharSequence