- 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.
- onRemoteErrorOccurred(ErrorInfo) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when a Document operation has encountered a remote error.
- onRemoteErrorOccurred(ErrorInfo) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when a List operation has encountered a remote error.
- onRemoteErrorOccurred(ErrorInfo) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when a Map operation has encountered a remote error.
- onRemoteItemAdded(long, JSONObject) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been added by a remote.
- onRemoteItemRemoved(long) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been removed by a remote.
- onRemoteItemRemoved(String) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been removed by a remote.
- onRemoteItemSet(String, JSONObject) - Method in class com.twilio.sync.MapObserver
-
This callback is invoked when Map item has been modified by a remote.
- onRemoteItemUpdated(long, JSONObject) - Method in class com.twilio.sync.ListObserver
-
This callback is invoked when List item has been updated by a remote.
- onRemoteRemoved() - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when entire Document has been removed by a remote.
- onRemoteUpdated(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.
- 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.
- 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.
- onResultRemoved(long) - Method in class com.twilio.sync.DocumentObserver
-
This callback is invoked when entire Document has been removed by a local request.
- onResultUpdated(long, JSONObject) - 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.
- 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 and List opening functions.
- Options() - Constructor for class com.twilio.sync.Options
-
- 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.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.SyncClient.ConnectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.