getItem

abstract fun getItem(itemIndex: Long, listener: SuccessListener<SyncList.Item>)

Retrieve contents of a given Item in the SyncList.

Parameters

itemIndex

Index of the item to retrieve.

listener

Async result listener. See SuccessListener.