Package-level declarations

Types

Link copied to clipboard
class ApiWorker(context: Context, workerParams: WorkerParameters) : CoroutineWorker

Background worker for handling API calls with retry mechanism

Link copied to clipboard

Scheduler for API work requests with background retry mechanism

Link copied to clipboard
data class LinkRunnerWorkRequest(val apiMethod: String, val parameters: Map<String, Any>)

Work request class for handling background API calls with retry mechanism