QuickChatActionRepository

class QuickChatActionRepository(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)(source)

Constructors

Link copied to clipboard
constructor(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)

Functions

Link copied to clipboard
suspend fun delete(action: ERROR CLASS: Symbol not found for QuickChatAction): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
suspend fun deleteAll(): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
fun getAllActions(): ERROR CLASS: Unresolved name: flowOn
Link copied to clipboard
suspend fun setItemPosition(uuid: Long, newPos: Int): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
suspend fun upsert(action: ERROR CLASS: Symbol not found for QuickChatAction): ERROR CLASS: Unresolved name: withContext