Package com.twilio.sync
Types
Link copied to clipboard
Link copied to clipboard
Interface for a generic listener object.
Link copied to clipboard
This is a central entity used to work with Sync.
Link copied to clipboard
SyncDocument is an arbitrary JSON value.
Link copied to clipboard
Observer for all operations on a SyncDocument.
Link copied to clipboard
Interface for iterating over SyncList items retrieved using getItems.
Link copied to clipboard
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 for iterating over SyncMap items retrieved using getItems.
Link copied to clipboard
Observer for all operations on a SyncMap.
Link copied to clipboard
Interface for paginating over SyncMap items retrieved using queryItems.
Link copied to clipboard
Mutator is a functional object that you provide to modify entity data in a controlled manner.
Link copied to clipboard
SyncOptions are used to pass variable information to SyncDocument, SyncMap, SyncList and SyncStream opening functions.
Link copied to clipboard
SyncStream is an ordered message delivery queue.
Link copied to clipboard
Observer for all operations on a SyncStream.