ApplicationContext

Properties

Link copied to clipboard
abstract val coroutineScope: CoroutineScope
Link copied to clipboard
abstract val scope: Scope

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun <T> withTransaction(block: suspend (transaction: Transaction<TransactionType>) -> T): T
Link copied to clipboard
abstract suspend fun <T> withTransactionSuspend(block: suspend (transaction: Transaction<TransactionType>) -> T): T