Package-level declarations

Types

Link copied to clipboard

An implementation of TaskBridgeCheckpointStore using Android Jetpack DataStore (Preferences).

Link copied to clipboard

Interface for persisting task progress (last processed event ID).

Functions

Link copied to clipboard
fun buildCheckpointKey(baseUrl: String, taskId: String, namespace: String? = null): String

Constructs a unique key for storing task checkpoints, incorporating the base URL, task ID, and an optional namespace to prevent collisions across different API instances or environments.