onItemUpdated
open fun onItemUpdated( context: EventContext, item: SyncList.Item, previousItemData: JSONObject)
Content copied to clipboard
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.