@Experimental
public interface SyncChangeListener
SyncBuilder.changesListener(SyncChangesListener).
Note that enabling fine granular notification can slightly reduce performance.
See also SyncListener for the general sync listener.
| Modifier and Type | Method and Description |
|---|---|
void |
onSyncChanges(SyncChange[] syncChanges)
Called each time when data from sync was applied locally.
|
void onSyncChanges(SyncChange[] syncChanges)
syncChanges - This contains the entity type (schema) ID, the removed IDs and the put IDs for that entity.