|
Sync Android SDK
2.0.1
|
| 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.SyncMap.Item | Single item in a SyncMap |
| Ccom.twilio.sync.SyncList.Item | Single item in a SyncList |
| Ccom.twilio.sync.SyncListPaginator.Listener | Interface for receiving async result from requestNextPage and requestPreviousPage |
| Ccom.twilio.sync.SyncMapPaginator.Listener | Interface for receiving async result from requestNextPage and requestPreviousPage |
| Ccom.twilio.sync.SyncClient.LogLevel | Log level constants for passing to setLogLevel |
| Ccom.twilio.sync.SyncStream.Message | Single message in a SyncStream |
| Ccom.twilio.sync.SyncList.Item.Metadata | Metadata about the item |
| Ccom.twilio.sync.SyncClient.Properties | Specify properties for creating new Sync Client |
| Ccom.twilio.sync.SyncMap.QueryOptions | Options passed while querying SyncMap objects within Sync specifying query parameters and result set position and sorting |
| Ccom.twilio.sync.SyncList.QueryOptions | Options passed while querying SyncList objects within Sync specifying query parameters and result set position and sorting |
| Ccom.twilio.sync.SyncMap.QueryOrder | Defines collection query direction (forward or backwards item listing) |
| Ccom.twilio.sync.SyncList.QueryOrder | Defines collection query direction (forward or backwards item listing) |
| 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 |
| Ccom.twilio.sync.SyncClient.SyncClientListener | This interface defines SyncClient callback methods |
| Ccom.twilio.sync.SyncDocument | SyncDocument is an arbitrary JSON value |
| Ccom.twilio.sync.SyncDocumentObserver | Observer for all operations on a SyncDocument |
| Ccom.twilio.sync.SyncList | SyncList is an ordered sequence of arbitrary JSON objects as values |
| Ccom.twilio.sync.SyncListIterator | Interface for iterating over SyncList items retrieved using SyncList#getItems |
| Ccom.twilio.sync.SyncListObserver | Observer for all operations on a SyncList |
| Ccom.twilio.sync.SyncListPaginator | Interface for paginating over SyncList items retrieved using SyncList#queryItems |
| Ccom.twilio.sync.SyncMap | SyncMap is a key-value store with Strings as keys and arbitrary JSON objects as values |
| Ccom.twilio.sync.SyncMapIterator | Interface for iterating over SyncMap items retrieved using SyncMap#getItems |
| Ccom.twilio.sync.SyncMapObserver | Observer for all operations on a SyncMap |
| Ccom.twilio.sync.SyncMapPaginator | Interface for paginating over SyncMap items retrieved using SyncMap#queryItems |
| Ccom.twilio.sync.SyncMutator | Mutator is a functional object that you provide to modify entity data in a controlled manner |
| Ccom.twilio.sync.SyncOptions | SyncOptions are used to pass variable information to SyncDocument, SyncMap, SyncList and SyncStream opening functions |
| Ccom.twilio.sync.SyncStream | SyncStream is an ordered message delivery queue |
| Ccom.twilio.sync.SyncStreamObserver | Observer for all operations on a SyncStream |