Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
SearchState
/
SearchState
Search
State
constructor
(
searchText
:
String
=
""
,
currentMatchIndex
:
Int
=
-1
,
allMatches
:
List
<
SearchMatch
>
=
emptyList()
,
hasMatches
:
Boolean
=
false
)