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
/
QuickChatActionRepositoryImpl
Quick
Chat
Action
Repository
Impl
class
QuickChatActionRepositoryImpl
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
:
QuickChatActionRepository
(
source
)
Members
Constructors
Quick
Chat
Action
Repository
Impl
Link copied to clipboard
constructor
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
Functions
delete
Link copied to clipboard
open
suspend override
fun
delete
(
action
:
QuickChatAction
)
delete
All
Link copied to clipboard
open
suspend override
fun
deleteAll
(
)
get
All
Actions
Link copied to clipboard
open
override
fun
getAllActions
(
)
:
Flow
<
List
<
QuickChatAction
>
>
set
Item
Position
Link copied to clipboard
open
suspend override
fun
setItemPosition
(
uuid
:
Long
,
newPos
:
Int
)
upsert
Link copied to clipboard
open
suspend override
fun
upsert
(
action
:
QuickChatAction
)