onItemAdded

open fun onItemAdded(context: EventContext, item: SyncList.Item)

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

Parameters

context

Context indicating if change was local or remote.

item

The item that was added.