Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Converters
Link copied to clipboard
object DatabaseConstants
Link copied to clipboard
open class DatabaseManager(app: Application, dispatchers: CoroutineDispatchers) : DatabaseProvider, DatabaseManager
Manages per-device Room database instances for node data, with LRU eviction.
Link copied to clipboard
interface DatabaseProvider
Provides multiplatform access to the current MeshtasticDatabase and a safe transactional helper. Platform implementations manage the concrete lifecycle (Room on Android, etc.).
Link copied to clipboard
Link copied to clipboard
expect object MeshtasticDatabaseConstructor : <ERROR CLASS> ERROR CLASS: Symbol not found for RoomDatabaseConstructor<org/meshtastic/core/database/MeshtasticDatabase>