Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface SuccessListener<T>
Interface for a generic listener object.
Link copied to clipboard
interface SyncClient
This is a central entity used to work with Sync.
Link copied to clipboard
interface SyncDocument
SyncDocument is an arbitrary JSON value.
Link copied to clipboard
Observer for all operations on a SyncDocument.
Link copied to clipboard
interface SyncList
SyncList is an ordered sequence of arbitrary JSON objects as values.
Link copied to clipboard
Interface for iterating over SyncList items retrieved using getItems.
Link copied to clipboard
abstract class SyncListObserver : Disposable
Observer for all operations on a SyncList.
Link copied to clipboard
Interface for paginating over SyncList items retrieved using queryItems.
Link copied to clipboard
interface SyncMap
SyncMap is a key-value store with Strings as keys and arbitrary JSON objects as values.
Link copied to clipboard
interface SyncMapIterator
Interface for iterating over SyncMap items retrieved using getItems.
Link copied to clipboard
abstract class SyncMapObserver : Disposable
Observer for all operations on a SyncMap.
Link copied to clipboard
Interface for paginating over SyncMap items retrieved using queryItems.
Link copied to clipboard
abstract class SyncMutator : Disposable
Mutator is a functional object that you provide to modify entity data in a controlled manner.
Link copied to clipboard
interface SyncOptions
SyncOptions are used to pass variable information to SyncDocument, SyncMap, SyncList and SyncStream opening functions.
Link copied to clipboard
interface SyncStream
Interface for Sync Pub-sub messaging primitive.
Link copied to clipboard
Observer for all operations on a SyncStream.