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 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 delete a deletable type
Link copied to clipboard
Represents a response to a sync 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