Package-level declarations

Types

Link copied to clipboard
interface Syncable

Interface representing a syncable entity.

Link copied to clipboard
interface SyncManager
Link copied to clipboard
data class SyncProgress(val total: Int = 0, val current: Int = 0, val message: String? = null)

Data class that represents the progress of a sync operation.

Properties

Link copied to clipboard
const val FEEDBACK_URL: String

URL for the feedback form.

Link copied to clipboard

URL for the privacy policy.

Link copied to clipboard

URL for the terms of service.