toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
test-utils-bluetooth
/
com.splendo.kaluga.test.bluetooth
/
MockBluetoothMonitor
Mock
Bluetooth
Monitor
class
MockBluetoothMonitor
(
val
isEnabled
:
StateFlow
<
Boolean
>
)
:
MockServiceMonitor
,
BluetoothMonitor
Mock implementation of
BluetoothMonitor
Members
Constructors
Mock
Bluetooth
Monitor
Link copied to clipboard
constructor
(
isEnabled
:
StateFlow
<
Boolean
>
)
Properties
is
Enabled
Link copied to clipboard
open
override
val
isEnabled
:
StateFlow
<
Boolean
>
is
Service
Enabled
Link copied to clipboard
open
override
val
isServiceEnabled
:
Boolean
start
Monitoring
Mock
Link copied to clipboard
val
startMonitoringMock
:
VoidParametersMock
<
Unit
>
stop
Monitoring
Mock
Link copied to clipboard
val
stopMonitoringMock
:
VoidParametersMock
<
Unit
>
Functions
start
Monitoring
Link copied to clipboard
open
override
fun
startMonitoring
(
)
stop
Monitoring
Link copied to clipboard
open
override
fun
stopMonitoring
(
)