Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.repository
/
QuickChatActionRepository
Quick
Chat
Action
Repository
common
class
QuickChatActionRepository
(
dbManager
:
ERROR CLASS: Symbol not found for DatabaseProvider
,
dispatchers
:
ERROR CLASS: Symbol not found for CoroutineDispatchers
)
(
source
)
Members
Constructors
Quick
Chat
Action
Repository
Link copied to clipboard
common
constructor
(
dbManager
:
ERROR CLASS: Symbol not found for DatabaseProvider
,
dispatchers
:
ERROR CLASS: Symbol not found for CoroutineDispatchers
)
Functions
delete
Link copied to clipboard
common
suspend
fun
delete
(
action
:
ERROR CLASS: Symbol not found for QuickChatAction
)
:
ERROR CLASS: Unresolved name: withContext
delete
All
Link copied to clipboard
common
suspend
fun
deleteAll
(
)
:
ERROR CLASS: Unresolved name: withContext
get
All
Actions
Link copied to clipboard
common
fun
getAllActions
(
)
:
ERROR CLASS: Unresolved name: flowOn
set
Item
Position
Link copied to clipboard
common
suspend
fun
setItemPosition
(
uuid
:
Long
,
newPos
:
Int
)
:
ERROR CLASS: Unresolved name: withContext
upsert
Link copied to clipboard
common
suspend
fun
upsert
(
action
:
ERROR CLASS: Symbol not found for QuickChatAction
)
:
ERROR CLASS: Unresolved name: withContext