onItemUpdated

open fun onItemUpdated(    context: EventContext,     item: SyncList.Item,     previousItemData: JSONObject)

This callback is invoked when SyncList item has been updated by a local request.

Parameters

context

Context indicating if change was local or remote.

item

The current list item.

previousItemData

Snapshot of the previous list item data.