Package-level declarations
Types
Link copied to clipboard
class AndroidViewBlock<Presentation : View>(factory: (Context) -> Presentation, update: suspend (Presentation) -> Unit) : ViewBlock
A ViewBlock implementation for Android views.
Link copied to clipboard
A ViewBlock implementation for Compose UI components.
Link copied to clipboard
A ViewBlock that represents a default view block.
Link copied to clipboard
A ViewBlock that represents a hidden or non-rendered view block.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun ComposeView.initWithContent(insetMask: Int = WindowInsetsCompat.Type.systemBars(), content: @Composable () -> Unit)
Link copied to clipboard
inline fun <VM : ViewModel> koinViewModel(storeOwner: ViewModelStoreOwner = requireNotNull(LocalViewModelStoreOwner.current), viewTreeScopeOwner: Scope = requireNotNull(LocalViewTreeScopeOwner.current)): VM
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun ViewBlockComposer(viewBlock: ViewBlock, defaultBlock: @Composable () -> Unit, loadingViewBlock: @Composable () -> Unit)