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
common
interface
QuickChatActionDao
(
source
)
Members
Functions
decrement
Positions
After
Link copied to clipboard
common
abstract
suspend
fun
decrementPositionsAfter
(
position
:
Int
)
delete
Link copied to clipboard
common
abstract
suspend
fun
delete
(
uuid
:
Long
)
open
suspend
fun
delete
(
action
:
QuickChatAction
)
delete
All
Link copied to clipboard
common
abstract
suspend
fun
deleteAll
(
)
get
All
Link copied to clipboard
common
abstract
fun
getAll
(
)
:
ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<org/meshtastic/core/database/entity/QuickChatAction>>
update
Action
Position
Link copied to clipboard
common
abstract
suspend
fun
updateActionPosition
(
uuid
:
Long
,
position
:
Int
)
upsert
Link copied to clipboard
common
abstract
suspend
fun
upsert
(
action
:
QuickChatAction
)