Package-level declarations
Types
Link copied to clipboard
class DeviceHardwareRepositoryImpl(remoteDataSource: ERROR CLASS: Symbol not found for DeviceHardwareRemoteDataSource, localDataSource: DeviceHardwareLocalDataSource, jsonDataSource: DeviceHardwareJsonDataSource, bootloaderOtaQuirksJsonDataSource: BootloaderOtaQuirksJsonDataSource, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers) : <ERROR CLASS> ERROR CLASS: Symbol not found for DeviceHardwareRepository
Link copied to clipboard
class FirmwareReleaseRepository(remoteDataSource: ERROR CLASS: Symbol not found for FirmwareReleaseRemoteDataSource, localDataSource: FirmwareReleaseLocalDataSource, jsonDataSource: FirmwareReleaseJsonDataSource)
Link copied to clipboard
class LocationRepositoryImpl(context: Application, locationManager: Lazy<LocationManager>, analytics: PlatformAnalytics, dispatchers: CoroutineDispatchers) : LocationRepository
Link copied to clipboard
class MeshLogRepositoryImpl(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers, meshLogPrefs: ERROR CLASS: Symbol not found for MeshLogPrefs, nodeInfoReadDataSource: NodeInfoReadDataSource) : <ERROR CLASS> ERROR CLASS: Symbol not found for MeshLogRepository
Repository implementation for managing and retrieving logs from the local database.
Link copied to clipboard
class NodeRepositoryImpl(processLifecycle: ERROR CLASS: Symbol not found for Lifecycle, nodeInfoReadDataSource: NodeInfoReadDataSource, nodeInfoWriteDataSource: NodeInfoWriteDataSource, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers, localStatsDataSource: ERROR CLASS: Symbol not found for LocalStatsDataSource) : <ERROR CLASS> ERROR CLASS: Symbol not found for NodeRepository
Repository for managing node-related data, including hardware info, node database, and identity.
Link copied to clipboard
class PacketRepositoryImpl(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers) : <ERROR CLASS> ERROR CLASS: Symbol not found for SharedPacketRepository
Link copied to clipboard
class QuickChatActionRepository(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)
Link copied to clipboard
open class RadioConfigRepositoryImpl(nodeDB: ERROR CLASS: Symbol not found for NodeRepository, channelSetDataSource: ERROR CLASS: Symbol not found for ChannelSetDataSource, localConfigDataSource: ERROR CLASS: Symbol not found for LocalConfigDataSource, moduleConfigDataSource: ERROR CLASS: Symbol not found for ModuleConfigDataSource) : <ERROR CLASS> ERROR CLASS: Symbol not found for RadioConfigRepository
Class responsible for radio configuration data. Combines access to nodeDB, ChannelSet, LocalConfig&LocalModuleConfig.
Link copied to clipboard
class TracerouteSnapshotRepository(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)