Hubro Connect
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
Hubro Connect
hubro-connect
/
no.hubroplatform.hubroconnect
/
Sample
Sample
android
data
class
Sample
<
X
,
Y
>
(
val
bottleneck
:
X
,
val
label
:
Y
)
One sample data point (
bottleneck
,
label
).
Members
Constructors
Sample
Link copied to clipboard
android
constructor
(
bottleneck
:
X
,
label
:
Y
)
Properties
bottleneck
Link copied to clipboard
android
val
bottleneck
:
X
label
Link copied to clipboard
android
val
label
:
Y