Sync Android SDK  0.8.6
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.SyncClient.ConnectionStateListenerListener interface to receive connection state change events
 Ccom.twilio.sync.DocumentDocument is an arbitrary JSON value
 Ccom.twilio.sync.DocumentObserverObserver for all operations on a Document
 Ccom.twilio.sync.ErrorInfoRepresentation of a Sync Error object
 Ccom.twilio.sync.List.ItemSingle item in a List
 Ccom.twilio.sync.Map.ItemSingle item in a Map
 Ccom.twilio.sync.ListList is an ordered sequence of arbitrary JSON objects as values
 Ccom.twilio.sync.ListIteratorClass for iterating over List items retrieved using List#getItems
 Ccom.twilio.sync.ListObserverObserver for all operations on a List
 Ccom.twilio.sync.ListPaginatorClass for paginating over List items retrieved using List#queryItems
 Ccom.twilio.sync.SyncClient.LogLevelLog level constants for passing to setLogLevel
 Ccom.twilio.sync.MapMap is a key-value store with Strings as keys and arbitrary JSON objects as values
 Ccom.twilio.sync.Map< String, String >
 Ccom.twilio.sync.MapIteratorClass for iterating over Map items retrieved using Map#getItems
 Ccom.twilio.sync.MapObserverObserver for all operations on a Map
 Ccom.twilio.sync.MapPaginatorClass for paginating over Map items retrieved using Map#queryItems
 Ccom.twilio.sync.Stream.MessageSingle message in a Stream
 Ccom.twilio.sync.List.Item.MetadataMetadata about the item
 Ccom.twilio.sync.MutatorMutator is a functional object that you provide to modify entity data in a controlled manner
 Ccom.twilio.sync.OptionsOptions are used to pass variable information to Document, Map, List and Stream opening functions
 Ccom.twilio.sync.Map.PageSortDefines result ordering within a single paginator page
 Ccom.twilio.sync.List.PageSortDefines result ordering within a single paginator page
 Ccom.twilio.sync.SyncClient.PropertiesSpecify properties for creating new Sync Client
 Ccom.twilio.sync.List.QueryOptionsDefines query options for requesting items from a List
 Ccom.twilio.sync.Map.QueryOptionsDefines query options for requesting items from a Map
 Ccom.twilio.sync.List.QueryOrderDefines collection query direction (forward or backwards item listing)
 Ccom.twilio.sync.Map.QueryOrderDefines collection query direction (forward or backwards item listing)
 Ccom.twilio.sync.StreamStream is an ordered message delivery queue
 Ccom.twilio.sync.StreamObserverObserver for all operations on a Stream
 Ccom.twilio.sync.SuccessListener< T >Interface for a generic listener object
 Ccom.twilio.sync.SyncClientThis is a central entity used to work with Sync