DebugViewModel

open class DebugViewModel(meshLogRepository: ERROR CLASS: Symbol not found for MeshLogRepository, nodeRepository: ERROR CLASS: Symbol not found for NodeRepository, meshLogPrefs: ERROR CLASS: Symbol not found for MeshLogPrefs, alertManager: ERROR CLASS: Symbol not found for AlertManager) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel(source)

Constructors

Link copied to clipboard
constructor(meshLogRepository: ERROR CLASS: Symbol not found for MeshLogRepository, nodeRepository: ERROR CLASS: Symbol not found for NodeRepository, meshLogPrefs: ERROR CLASS: Symbol not found for MeshLogPrefs, alertManager: ERROR CLASS: Symbol not found for AlertManager)

Types

Link copied to clipboard
data class UiMeshLog(val uuid: String, val messageType: String, val formattedReceivedDate: String, val logMessage: String, val decodedPayload: String? = null)

Properties

Link copied to clipboard
val currentMatchIndex: ERROR CLASS: Unresolved name: asStateFlow
Link copied to clipboard
val filteredLogs: ERROR CLASS: Unresolved name: asStateFlow
Link copied to clipboard
Link copied to clipboard
val filterTexts: ERROR CLASS: Unresolved name: asStateFlow
Link copied to clipboard
val loggingEnabled: ERROR CLASS: Symbol not found for StateFlow<kotlin/Boolean>
Link copied to clipboard
val meshLog: ERROR CLASS: Symbol not found for StateFlow<ERROR CLASS: Symbol not found for ImmutableList<org/meshtastic/feature/settings/debugging/DebugViewModel.UiMeshLog>>
Link copied to clipboard
Link copied to clipboard
val retentionDays: ERROR CLASS: Symbol not found for StateFlow<kotlin/Int>
Link copied to clipboard
Link copied to clipboard
val searchState: ERROR CLASS: Unresolved name: asStateFlow
Link copied to clipboard
val searchText: ERROR CLASS: Unresolved name: asStateFlow
Link copied to clipboard
val selectedLogId: ERROR CLASS: Unresolved name: asStateFlow

Functions

Link copied to clipboard
fun deleteAllLogs(): ERROR CLASS: Unresolved name: launch
Link copied to clipboard
suspend fun loadLogsForExport(): ERROR CLASS: Symbol not found for ImmutableList<org/meshtastic/feature/settings/debugging/DebugViewModel.UiMeshLog>
Link copied to clipboard
open override fun onCleared()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard