- onApplied(long, JSONObject) - Method in class com.twilio.sync.Mutator
-
Override this method to provide your own implementation of data mutator.
- onConnectionStateChanged(SyncClient.ConnectionState) - Method in interface com.twilio.sync.SyncClient.ConnectionStateListener
-
- onError(ErrorInfo) - Method in interface com.twilio.sync.ListPaginator.Listener
-
- onError(ErrorInfo) - Method in interface com.twilio.sync.MapPaginator.Listener
-
- onError(ErrorInfo) - Method in class com.twilio.sync.SuccessListener
-
Callback to report error status of an asynchronous call to the back end.
- onPageLoaded(ListPaginator) - Method in interface com.twilio.sync.ListPaginator.Listener
-
- onPageLoaded(MapPaginator) - Method in interface com.twilio.sync.MapPaginator.Listener
-
- onRemoteCollectionRemoved() - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when an entire List has been removed by a remote.
- onRemoteCollectionRemoved() - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when entire Map has been removed by a remote.
- onRemoteItemAdded(List.Item) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been added by a remote.
- onRemoteItemAdded(Map.Item) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been added by a remote.
- onRemoteItemRemoved(List.Item) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been removed by a remote.
- onRemoteItemRemoved(Map.Item) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been removed by a remote.
- onRemoteItemUpdated(List.Item, List.Item) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been updated by a remote.
- onRemoteItemUpdated(Map.Item, Map.Item) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been updated by a remote.
- onRemoteMessagePublished(Stream.Message) - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when Stream message has been added by a remote.
- onRemoteRemoved() - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when entire Document has been removed by a remote.
- onRemoteRemoved() - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when entire Stream has been removed by a remote.
- onRemoteUpdated(JSONObject, JSONObject) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when a Document has been modified by a remote.
- onResultCollectionRemoved(long) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when an entire List has been removed by a local request.
- onResultCollectionRemoved(long) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when entire Map has been removed by a local request.
- onResultErrorOccurred(long, ErrorInfo) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when a Document operation has encountered a error in local request.
- onResultErrorOccurred(long, ErrorInfo) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when a List operation has encountered an error in local request.
- onResultErrorOccurred(long, ErrorInfo) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when a Map operation has encountered a error in local request.
- onResultErrorOccurred(long, ErrorInfo) - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when a Stream operation has encountered a error in local request.
- onResultItemAdded(long, long) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been added by a local request.
- onResultItemRemoved(long, long) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been removed by a local request.
- onResultItemRemoved(long, String) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been removed by a local request.
- onResultItemSet(long, String) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been modified by a local request.
- onResultItemUpdated(long, long) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been updated by a local request.
- onResultMessagePublished(long, String) - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when Stream has successfully published a message.
- onResultOpened(Document) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when Document object has been initialised and opened locally.
- onResultOpened(List) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List object has been initialised and opened locally.
- onResultOpened(Map) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map object has been initialised and opened locally.
- onResultOpened(Stream) - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when Stream object has been initialised and opened locally.
- onResultRemoved(long) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when entire Document has been removed by a local request.
- onResultRemoved(long) - Method in class com.twilio.sync.StreamObserver
-
This callback is invoked when Map item has been removed by a local request.
- onResultUpdated(long) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when a Document has been modified by a local request.
- onSuccess(T) - Method in class com.twilio.sync.SuccessListener
-
Callback to report successful status of an asynchronous call to the back end.
- openDocument(Options, DocumentObserver, SuccessListener<Document>) - Method in class com.twilio.sync.SyncClient
-
- openList(Options, ListObserver, SuccessListener<List>) - Method in class com.twilio.sync.SyncClient
-
Open or create a
List object.
- openMap(Options, MapObserver, SuccessListener<Map>) - Method in class com.twilio.sync.SyncClient
-
Open or create a
Map object.
- openStream(Options, StreamObserver, SuccessListener<Stream>) - Method in class com.twilio.sync.SyncClient
-
Open or create a
Stream object.
- openWithSidOrUniqueName(String) - Method in class com.twilio.sync.Options
-
Opens an existing object with specified SID or unique name.
- Options - Class in com.twilio.sync
-
Options are used to pass variable information to Document, Map, List and Stream opening functions.
- Options() - Constructor for class com.twilio.sync.Options
-
- Options.OpenMode - Enum in com.twilio.sync
-
- Options.SynchronizationStrategy - Enum in com.twilio.sync
-
- valueOf(String) - Static method in enum com.twilio.sync.List.PageSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.List.QueryOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.Map.PageSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.Map.QueryOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.Options.OpenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.Options.SynchronizationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twilio.sync.SyncClient.ConnectionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.twilio.sync.List.PageSort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.List.QueryOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.Map.PageSort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.Map.QueryOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.Options.OpenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.Options.SynchronizationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twilio.sync.SyncClient.ConnectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.