FakeMeshLogPrefs

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val loggingEnabled: MutableStateFlow<Boolean>
Link copied to clipboard
open override val retentionDays: MutableStateFlow<Int>

Functions

Link copied to clipboard
open fun reset()

Resets all registered state flows and custom actions to their initial state.

Link copied to clipboard
open override fun setLoggingEnabled(enabled: Boolean)
Link copied to clipboard
open override fun setRetentionDays(days: Int)