toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
app_client
/
no.nordicsemi.android.kotlin.ble.app.client.screen.view
/
BlinkyViewState
Blinky
View
State
data
class
BlinkyViewState
(
val
isButtonPressed
:
Boolean
=
false
,
val
isLedOn
:
Boolean
=
false
)
Members
Constructors
Blinky
View
State
Link copied to clipboard
constructor
(
isButtonPressed
:
Boolean
=
false
,
isLedOn
:
Boolean
=
false
)
Properties
is
Button
Pressed
Link copied to clipboard
val
isButtonPressed
:
Boolean
=
false
is
Led
On
Link copied to clipboard
val
isLedOn
:
Boolean
=
false