lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.engine.device
/
MonitorLogsUseCase
Monitor
Logs
Use
Case
interface
MonitorLogsUseCase
Inheritors
MonitorLogsUseCaseImpl
Members
Functions
clear
Monitor
Logs
Link copied to clipboard
abstract
suspend
fun
clearMonitorLogs
(
device
:
Device
)
:
Result
<
Unit
>
get
Monitor
Logs
Link copied to clipboard
abstract
suspend
fun
getMonitorLogs
(
device
:
Device
)
:
Result
<
Sequence
<
<Error class: unknown class>
>
>