Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-settings
/
org.meshtastic.feature.settings.radio
/
ResponseState
/
Loading
Loading
common
data
class
Loading
(
var
total
:
Int
=
1
,
var
completed
:
Int
=
0
,
var
status
:
String
?
=
null
)
:
ResponseState
<
Nothing
>
(
source
)
Members
Constructors
Loading
Link copied to clipboard
common
constructor
(
total
:
Int
=
1
,
completed
:
Int
=
0
,
status
:
String
?
=
null
)
Properties
completed
Link copied to clipboard
common
var
completed
:
Int
status
Link copied to clipboard
common
var
status
:
String
?
total
Link copied to clipboard
common
var
total
:
Int
Functions
is
Waiting
Link copied to clipboard
common
fun
isWaiting
(
)
:
Boolean