AndroidServiceRepository
Android-specific ServiceRepository that extends ServiceRepositoryImpl with AIDL service binding.
The base class provides all reactive state management (connection state, error messages, mesh packets, etc.) in pure KMP code. This subclass adds the IMeshService reference needed by AndroidRadioControllerImpl and the AIDL binder in MeshService.
Properties
Link copied to clipboard
open override val clientNotification: ERROR CLASS: Symbol not found for StateFlow<ERROR CLASS: Symbol not found for ClientNotification?>
Link copied to clipboard
Link copied to clipboard
open override val connectionState: ERROR CLASS: Symbol not found for StateFlow<ERROR CLASS: Symbol not found for ConnectionState>
Link copied to clipboard
Link copied to clipboard
open override val meshPacketFlow: ERROR CLASS: Symbol not found for SharedFlow<ERROR CLASS: Symbol not found for MeshPacket>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val serviceAction: ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for ServiceAction>
Link copied to clipboard
open override val tracerouteResponse: ERROR CLASS: Symbol not found for StateFlow<ERROR CLASS: Symbol not found for TracerouteResponse?>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setClientNotification(notification: ERROR CLASS: Symbol not found for ClientNotification??)
Link copied to clipboard
Link copied to clipboard
open override fun setConnectionState(connectionState: ERROR CLASS: Symbol not found for ConnectionState)
Link copied to clipboard
open override fun setErrorMessage(text: String, severity: ERROR CLASS: Symbol not found for Severity)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setTracerouteResponse(value: ERROR CLASS: Symbol not found for TracerouteResponse??)