Sync Android SDK  2.0.1
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
 Ccom.twilio.sync.SyncClient.Properties.BuilderBuilder class for client properties
 Ccom.twilio.sync.SyncClient.ConnectionStateEnum representing underlying twilsock connection state
 Ccom.twilio.sync.SyncMap.ItemSingle item in a SyncMap
 Ccom.twilio.sync.SyncList.ItemSingle item in a SyncList
 Ccom.twilio.sync.SyncListPaginator.ListenerInterface for receiving async result from requestNextPage and requestPreviousPage
 Ccom.twilio.sync.SyncMapPaginator.ListenerInterface for receiving async result from requestNextPage and requestPreviousPage
 Ccom.twilio.sync.SyncClient.LogLevelLog level constants for passing to setLogLevel
 Ccom.twilio.sync.SyncStream.MessageSingle message in a SyncStream
 Ccom.twilio.sync.SyncList.Item.MetadataMetadata about the item
 Ccom.twilio.sync.SyncClient.PropertiesSpecify properties for creating new Sync Client
 Ccom.twilio.sync.SyncMap.QueryOptionsOptions passed while querying SyncMap objects within Sync specifying query parameters and result set position and sorting
 Ccom.twilio.sync.SyncList.QueryOptionsOptions passed while querying SyncList objects within Sync specifying query parameters and result set position and sorting
 Ccom.twilio.sync.SyncMap.QueryOrderDefines collection query direction (forward or backwards item listing)
 Ccom.twilio.sync.SyncList.QueryOrderDefines collection query direction (forward or backwards item listing)
 Ccom.twilio.sync.SuccessListener< T >Interface for a generic listener object
 Ccom.twilio.sync.SyncClientThis is a central entity used to work with Sync
 Ccom.twilio.sync.SyncClient.SyncClientListenerThis interface defines SyncClient callback methods
 Ccom.twilio.sync.SyncDocumentSyncDocument is an arbitrary JSON value
 Ccom.twilio.sync.SyncDocumentObserverObserver for all operations on a SyncDocument
 Ccom.twilio.sync.SyncListSyncList is an ordered sequence of arbitrary JSON objects as values
 Ccom.twilio.sync.SyncListIteratorInterface for iterating over SyncList items retrieved using SyncList#getItems
 Ccom.twilio.sync.SyncListObserverObserver for all operations on a SyncList
 Ccom.twilio.sync.SyncListPaginatorInterface for paginating over SyncList items retrieved using SyncList#queryItems
 Ccom.twilio.sync.SyncMapSyncMap is a key-value store with Strings as keys and arbitrary JSON objects as values
 Ccom.twilio.sync.SyncMapIteratorInterface for iterating over SyncMap items retrieved using SyncMap#getItems
 Ccom.twilio.sync.SyncMapObserverObserver for all operations on a SyncMap
 Ccom.twilio.sync.SyncMapPaginatorInterface for paginating over SyncMap items retrieved using SyncMap#queryItems
 Ccom.twilio.sync.SyncMutatorMutator is a functional object that you provide to modify entity data in a controlled manner
 Ccom.twilio.sync.SyncOptionsSyncOptions are used to pass variable information to SyncDocument, SyncMap, SyncList and SyncStream opening functions
 Ccom.twilio.sync.SyncStreamSyncStream is an ordered message delivery queue
 Ccom.twilio.sync.SyncStreamObserverObserver for all operations on a SyncStream