Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.dao
/
QuickChatActionDao
Quick
Chat
Action
Dao
interface
QuickChatActionDao
(
source
)
Members
Functions
decrement
Positions
After
Link copied to clipboard
abstract
suspend
fun
decrementPositionsAfter
(
position
:
Int
)
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
uuid
:
Long
)
open
suspend
fun
delete
(
action
:
QuickChatAction
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
Flow
<
List
<
QuickChatAction
>
>
update
Action
Position
Link copied to clipboard
abstract
suspend
fun
updateActionPosition
(
uuid
:
Long
,
position
:
Int
)
upsert
Link copied to clipboard
abstract
suspend
fun
upsert
(
action
:
QuickChatAction
)