|
Sync Android SDK
0.8.7
|
| Ccom.twilio.sync.SyncClient.Properties.Builder | Builder class for client properties |
| Ccom.twilio.sync.SyncClient.ConnectionState | Enum representing underlying twilsock connection state |
| Ccom.twilio.sync.SyncClient.ConnectionStateListener | Listener interface to receive connection state change events |
| Ccom.twilio.sync.Document | Document is an arbitrary JSON value |
| Ccom.twilio.sync.DocumentObserver | Observer for all operations on a Document |
| Ccom.twilio.sync.ErrorInfo | Representation of a Sync Error object |
| Ccom.twilio.sync.Map.Item | Single item in a Map |
| Ccom.twilio.sync.List.Item | Single item in a List |
| Ccom.twilio.sync.List | List is an ordered sequence of arbitrary JSON objects as values |
| Ccom.twilio.sync.ListIterator | Class for iterating over List items retrieved using List#getItems |
| Ccom.twilio.sync.ListObserver | Observer for all operations on a List |
| Ccom.twilio.sync.ListPaginator | Class for paginating over List items retrieved using List#queryItems |
| Ccom.twilio.sync.SyncClient.LogLevel | Log level constants for passing to setLogLevel |
| Ccom.twilio.sync.Map | Map is a key-value store with Strings as keys and arbitrary JSON objects as values |
| Ccom.twilio.sync.Map< String, String > | |
| Ccom.twilio.sync.MapIterator | Class for iterating over Map items retrieved using Map#getItems |
| Ccom.twilio.sync.MapObserver | Observer for all operations on a Map |
| Ccom.twilio.sync.MapPaginator | Class for paginating over Map items retrieved using Map#queryItems |
| Ccom.twilio.sync.Stream.Message | Single message in a Stream |
| Ccom.twilio.sync.List.Item.Metadata | Metadata about the item |
| Ccom.twilio.sync.Mutator | Mutator is a functional object that you provide to modify entity data in a controlled manner |
| Ccom.twilio.sync.Options | Options are used to pass variable information to Document, Map, List and Stream opening functions |
| Ccom.twilio.sync.Map.PageSort | Defines result ordering within a single paginator page |
| Ccom.twilio.sync.List.PageSort | Defines result ordering within a single paginator page |
| Ccom.twilio.sync.SyncClient.Properties | Specify properties for creating new Sync Client |
| Ccom.twilio.sync.List.QueryOptions | Defines query options for requesting items from a List |
| Ccom.twilio.sync.Map.QueryOptions | Defines query options for requesting items from a Map |
| Ccom.twilio.sync.List.QueryOrder | Defines collection query direction (forward or backwards item listing) |
| Ccom.twilio.sync.Map.QueryOrder | Defines collection query direction (forward or backwards item listing) |
| Ccom.twilio.sync.Stream | Stream is an ordered message delivery queue |
| Ccom.twilio.sync.StreamObserver | Observer for all operations on a Stream |
| Ccom.twilio.sync.SuccessListener< T > | Interface for a generic listener object |
| Ccom.twilio.sync.SyncClient | This is a central entity used to work with Sync |