ViewModelScopeAutoCloseable

class ViewModelScopeAutoCloseable(val scopeId: ScopeID, val koin: Koin) : AutoCloseable

AutoCloseable for ViewModel's scope closure Help support on the fly ViewModel scope creation

Author

Arnaud Giuliani

Constructors

Link copied to clipboard
constructor(scopeId: ScopeID, koin: Koin)

Properties

Link copied to clipboard
val koin: Koin
Link copied to clipboard
val scopeId: ScopeID

Functions

Link copied to clipboard
open override fun close()