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.datasource
/
EventFirmwareEditionLocalDataSource
Event
Firmware
Edition
Local
Data
Source
class
EventFirmwareEditionLocalDataSource
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
(
source
)
Members
Constructors
Event
Firmware
Edition
Local
Data
Source
Link copied to clipboard
constructor
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
Functions
count
Link copied to clipboard
suspend
fun
count
(
)
:
Int
delete
Not
In
Link copied to clipboard
suspend
fun
deleteNotIn
(
keep
:
List
<
String
>
)
get
By
Edition
Link copied to clipboard
suspend
fun
getByEdition
(
edition
:
String
)
:
EventFirmwareEditionEntity
?
observe
By
Edition
Link copied to clipboard
fun
observeByEdition
(
edition
:
String
)
:
Flow
<
EventFirmwareEditionEntity
?
>
upsert
All
Link copied to clipboard
suspend
fun
upsertAll
(
editions
:
List
<
EventFirmwareEditionEntity
>
)