SharedContactViewModel

class SharedContactViewModel(nodeRepository: NodeRepository, serviceRepository: ServiceRepository) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(nodeRepository: NodeRepository, serviceRepository: ServiceRepository)

Properties

Link copied to clipboard
val unfilteredNodes: StateFlow<List<Node>>

Functions

Link copied to clipboard
expect open fun addCloseable(closeable: AutoCloseable)
expect fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
fun addSharedContact(sharedContact: SharedContact): Job
Link copied to clipboard
expect fun <T : AutoCloseable> getCloseable(key: String): T?