toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.dashboard
/
SuperTelemetry
/
Item
Item
class
Item
(
var
caption
:
String
,
var
value
:
String
)
:
SuperTelemetry.Inlinable
A telemetry item containing a caption and a value. Can share a line with other items.
Members
Constructors
Item
Link copied to clipboard
constructor
(
caption
:
String
,
value
:
String
)
Properties
caption
Link copied to clipboard
var
caption
:
String
value
Link copied to clipboard
var
value
:
String
Functions
composed
Link copied to clipboard
open
override
fun
composed
(
)
:
String
set
Caption
Link copied to clipboard
fun
setCaption
(
caption
:
String
)
:
SuperTelemetry.Item
set
Retained
Link copied to clipboard
fun
setRetained
(
retained
:
Boolean
)
:
SuperTelemetry.Item
set
Value
Link copied to clipboard
fun
setValue
(
value
:
Any
?
)
:
SuperTelemetry.Item
fun
setValue
(
format
:
String
,
vararg
args
:
Any
?
)
:
SuperTelemetry.Item