toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
test-utils-location
/
com.splendo.kaluga.test.location
/
MockLocationMonitor
Mock
Location
Monitor
class
MockLocationMonitor
(
val
isEnabled
:
StateFlow
<
Boolean
>
)
:
MockServiceMonitor
,
LocationMonitor
Mock implementation of
LocationMonitor
Members
Constructors
Mock
Location
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
(
)