SyncBatchModel

interface SyncBatchModel

The SyncBatchModel interface is useful to execute the syncBatch method to synchronize the data. This interface is the model to use during the synchronization procedure

Author

N7ghtm4r3 - Tecknobit

Functions

Link copied to clipboard
open fun afterSync()
Invoked after the synchronization executed, and it is useful to execute certain actions with the data synchronized such logging, notifications, etc...
Link copied to clipboard
abstract fun <V> getCurrentData(): Collection<V>
Method used to get the current list of data
Link copied to clipboard
Method used to get the columns where execute the deletion of the items to delete