Sync Batch Container

The SyncBatchContainer interface is useful to execute the syncBatch method to synchronize the data. This interface is the container about the information to use during the synchronization process

Author

N7ghtm4r3 - Tecknobit

Functions

Link copied to clipboard
abstract fun getColumns(): Array<String>
Method to get the columns affected by the synchronization No-any params required
Link copied to clipboard
abstract fun <V> getCurrentData(): ArrayList<V>
Method to get the current list of data No-any params required