Package-level declarations

Types

Link copied to clipboard
@IviExperimental(reasons = [])
interface MutablePanelContext

Mutable variant of a PanelContext.

Link copied to clipboard

A PanelContextFactory that allows the C to be configured with configurePanelContext before createInner is called.

Link copied to clipboard
@IviExperimental(reasons = [])
abstract class PanelContextFactory<out C : PanelContext>

A factory for a panel context of type C.

Link copied to clipboard