Package-level declarations
Types
Link copied to clipboard
interface DeletableDataManager
Link copied to clipboard
Features that only support deletion (DELETE operations).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface PatchableDataManager
Link copied to clipboard
interface SyncableDataPersister
Link copied to clipboard
interface SyncableDataProvider
Link copied to clipboard
Features that support bidirectional sync (PATCH/GET operations).
Link copied to clipboard
data class SyncChangesRequest(val type: SyncableType, val jsonString: String, val modifiedSince: ModifiedSince)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents a request to bulk-delete all data for a deletable type.
Link copied to clipboard
Represents a response to a bulk deletion request.
Link copied to clipboard
interface SyncEngine
Link copied to clipboard
Link copied to clipboard
interface SyncFeatureType
Common interface for all sync feature types. Allows shared handling of features in error recording, pixels, etc.
Link copied to clipboard
Link copied to clipboard
Represents a request to update individual entries for a deletable type.
Link copied to clipboard
Represents a response to a patch request.