SetMeshLogSettingsUseCase

open class SetMeshLogSettingsUseCase(meshLogRepository: MeshLogRepository, meshLogPrefs: MeshLogPrefs)(source)

Use case for managing mesh log settings.

Constructors

Link copied to clipboard
constructor(meshLogRepository: MeshLogRepository, meshLogPrefs: MeshLogPrefs)

Functions

Link copied to clipboard
suspend fun setLoggingEnabled(enabled: Boolean)

Enables or disables mesh logging.

Link copied to clipboard
suspend fun setRetentionDays(days: Int)

Sets the retention period for mesh logs.