getItem
abstract fun getItem(itemIndex: Long, listener: SuccessListener<SyncList.Item>)
Content copied to clipboard
Retrieve contents of a given Item in the SyncList.
Parameters
itemIndex
Index of the item to retrieve.
listener
Async result listener. See SuccessListener.