Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
QuickChatActionRepository
Quick
Chat
Action
Repository
interface
QuickChatActionRepository
(
source
)
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
action
:
QuickChatAction
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
All
Actions
Link copied to clipboard
abstract
fun
getAllActions
(
)
:
Flow
<
List
<
QuickChatAction
>
>
set
Item
Position
Link copied to clipboard
abstract
suspend
fun
setItemPosition
(
uuid
:
Long
,
newPos
:
Int
)
upsert
Link copied to clipboard
abstract
suspend
fun
upsert
(
action
:
QuickChatAction
)