Sync Android SDK  0.8.5
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Ncom
 Ntwilio
 Nsync
 Ninternal
 CReLinkerReLinker is a small library to help alleviate UnsatisfiedLinkError exceptions thrown due to Android's inability to properly install / load native libraries for Android versions before API 21
 CDocumentDocument is an arbitrary JSON value
 CDocumentObserverObserver for all operations on a Document
 CErrorInfoRepresentation of a Sync Error object
 CListList is an ordered sequence of arbitrary JSON objects as values
 CItemSingle item in a List
 CMetadataMetadata about the item
 CPageSortDefines result ordering within a single paginator page
 CQueryOptionsDefines query options for requesting items from a List
 CQueryOrderDefines collection query direction (forward or backwards item listing)
 CListIteratorClass for iterating over List items retrieved using List#getItems
 CListObserverObserver for all operations on a List
 CListPaginatorClass for paginating over List items retrieved using List#queryItems
 CMapMap is a key-value store with Strings as keys and arbitrary JSON objects as values
 CItemSingle item in a Map
 CPageSortDefines result ordering within a single paginator page
 CQueryOptionsDefines query options for requesting items from a Map
 CQueryOrderDefines collection query direction (forward or backwards item listing)
 CMapIteratorClass for iterating over Map items retrieved using Map#getItems
 CMapObserverObserver for all operations on a Map
 CMapPaginatorClass for paginating over Map items retrieved using Map#queryItems
 CMutatorMutator is a functional object that you provide to modify entity data in a controlled manner
 COptionsOptions are used to pass variable information to Document, Map, List and Stream opening functions
 CStreamStream is an ordered message delivery queue
 CMessageSingle message in a Stream
 CStreamObserverObserver for all operations on a Stream
 CSuccessListenerInterface for a generic listener object
 CSyncClientThis is a central entity used to work with Sync
 CConnectionStateEnum representing underlying twilsock connection state
 CConnectionStateListenerListener interface to receive connection state change events
 CLogLevelLog level constants for passing to setLogLevel
 CPropertiesSpecify properties for creating new Sync Client
 CBuilderBuilder class for client properties