toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.data.mapper
/
BluetoothUiStateMapper
Bluetooth
Ui
State
Mapper
class
BluetoothUiStateMapper
@
Inject
constructor
(
localeProvider
:
LocaleProvider
,
messageActionMapper
:
MessageActionMapper
)
Members
Constructors
Bluetooth
Ui
State
Mapper
Link copied to clipboard
@
Inject
constructor
(
localeProvider
:
LocaleProvider
,
messageActionMapper
:
MessageActionMapper
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
map
Ble
Service
State
Link copied to clipboard
fun
mapBleServiceState
(
state
:
EngageBLEServiceState
)
:
BluetoothUiState
map
Blood
Pressure
Link copied to clipboard
fun
mapBloodPressure
(
result
:
Result
<
BloodPressureRecord
?
>
)
:
VitalDisplayData
map
Heart
Rate
Link copied to clipboard
fun
mapHeartRate
(
result
:
Result
<
HeartRateRecord
?
>
)
:
VitalDisplayData
map
Measurement
Dialog
Link copied to clipboard
fun
mapMeasurementDialog
(
measurement
:
Measurement
)
:
MeasurementDialogUiState
map
Messages
Action
Link copied to clipboard
fun
mapMessagesAction
(
action
:
String
?
)
:
Result
<
MessagesAction
?
>
map
Weight
Link copied to clipboard
fun
mapWeight
(
result
:
Result
<
WeightRecord
?
>
)
:
VitalDisplayData