Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.share
/
SharedContactViewModel
Shared
Contact
View
Model
class
SharedContactViewModel
(
nodeRepository
:
NodeRepository
,
serviceRepository
:
ServiceRepository
)
:
ViewModel
(
source
)
Members
Constructors
Shared
Contact
View
Model
Link copied to clipboard
constructor
(
nodeRepository
:
NodeRepository
,
serviceRepository
:
ServiceRepository
)
Properties
unfiltered
Nodes
Link copied to clipboard
val
unfilteredNodes
:
StateFlow
<
List
<
Node
>
>
Functions
add
Closeable
Link copied to clipboard
expect
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
expect
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
add
Shared
Contact
Link copied to clipboard
fun
addSharedContact
(
sharedContact
:
SharedContact
)
:
Job
get
Closeable
Link copied to clipboard
expect
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?