toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
app_client
/
no.nordicsemi.android.kotlin.ble.app.client.screen.view
Package-level
declarations
Types
Functions
Types
Blinky
View
State
Link copied to clipboard
data
class
BlinkyViewState
(
val
isButtonPressed
:
Boolean
=
false
,
val
isLedOn
:
Boolean
=
false
)
Functions
Blinky
Screen
Link copied to clipboard
@
Composable
fun
BlinkyScreen
(
)
Device
View
Link copied to clipboard
@
Composable
fun
DeviceView
(
device
:
ServerDevice
)
to
Display
String
Link copied to clipboard
@
Composable
fun
Boolean
.
toDisplayString
(
)
:
String