Package-level declarations

Types

Link copied to clipboard

Android implementation of NetworkMonitor using ConnectivityManager.

Link copied to clipboard
class IOSNetworkMonitor(checkIntervalMs: Long) : NetworkMonitor

iOS implementation of NetworkMonitor.

Link copied to clipboard
interface NetworkMonitor

Monitors network connectivity state.

Link copied to clipboard
class OfflineQueue(worker: KmpWorker, repository: TaskRepository, networkMonitor: NetworkMonitor)

Offline-first task queue that persists tasks when the device is offline and automatically replays them when connectivity is restored.