Package tangle.viewmodel
Types
TangleGraph
Link copied to clipboard
object TangleGraph
Content copied to clipboard
TangleViewModelComponent
Link copied to clipboard
interface TangleViewModelComponent
Content copied to clipboard
Used to provide a way of retrieving TangleViewModelMapSubcomponent.Factory from a main app Component.
TangleViewModelKeysSubcomponent
Link copied to clipboard
interface TangleViewModelKeysSubcomponent
Content copied to clipboard
TangleViewModelMapSubcomponent
Link copied to clipboard
interface TangleViewModelMapSubcomponent
Content copied to clipboard
TangleViewModelProviderMap
Link copied to clipboard
Qualifier for the internal
Map<KClass<ViewModel>, ViewModel>>
used in Tangle's ViewModel multi-binding.Functions
tangleViewModel
Link copied to clipboard
inline fun <VM : ViewModel> ComponentActivity.tangleViewModel(): Lazy<VM>
Content copied to clipboard