QuickChatViewModel

class QuickChatViewModel(quickChatActionRepository: QuickChatActionRepository) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(quickChatActionRepository: QuickChatActionRepository)

Properties

Link copied to clipboard

Functions

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