Package-level declarations

Types

Link copied to clipboard
sealed class ProgressIndicator

Defined implementations of a progress indicator.

Link copied to clipboard
sealed class State

Defined states. While failure, success and custom are stationary screens, the loading state can be updated dynamically to reflect progress.

Link copied to clipboard
data class StateConfig(val state: State, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs

The general configuration for the state dialog.

Link copied to clipboard
class StateSelection(val onViewClick: () -> Unit) : BaseSelection

The selection configuration for the state dialog.