app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.viewModel
/
SelectDestNodeScreenModel
Select
Dest
Node
Screen
Model
data
class
SelectDestNodeScreenModel
(
val
allNodes
:
Map
<
Int
,
VirtualNode.LastOriginatorMessage
>
=
emptyMap()
,
val
uris
:
List
<
Uri
>
=
emptyList()
,
val
contactingInProgressDevice
:
String
?
=
null
)
Members
Constructors
Select
Dest
Node
Screen
Model
Link copied to clipboard
constructor
(
allNodes
:
Map
<
Int
,
VirtualNode.LastOriginatorMessage
>
=
emptyMap()
,
uris
:
List
<
Uri
>
=
emptyList()
,
contactingInProgressDevice
:
String
?
=
null
)
Properties
all
Nodes
Link copied to clipboard
val
allNodes
:
Map
<
Int
,
VirtualNode.LastOriginatorMessage
>
contacting
In
Progress
Device
Link copied to clipboard
val
contactingInProgressDevice
:
String
?
uris
Link copied to clipboard
val
uris
:
List
<
Uri
>