Requests

data class Requests(val retryDelay: Duration = defaultRetryDelay) : CheckpointMode(source)

Adopts a new and more efficient checkpoint protocol with better support for switching users on devices.

Constructors

Link copied to clipboard
constructor(retryDelay: Duration = defaultRetryDelay)

Properties

Link copied to clipboard

The periodic interval before re-posting the latest checkpoint request to the service if it has not been applied in time.