Package-level declarations
Types
A sealed interface for representing a string that can be retrieved in different ways. This is useful for decoupling UI components from how strings are sourced, whether they come from a remote API (ApiString) or from local Android string resources (StringResource).
Utility object for accessing and reading resources from the classpath.
Functions
Closes the virtual keyboard.
Checks if the lazy list is scrolled to the top.
Checks if the LazyList is scrolled to the end.
Executes the given composable block if the State is State.Failure. The Throwable associated with the failure is passed to the block.
Executes the given composable block if the State is State.Idle.
Executes the given composable block if the State is State.Loading.
Executes the given composable block if the State is State.Success. The block will receive the data from the State.Success as its parameter.