getItem

abstract fun getItem(itemKey: String, listener: SuccessListener<SyncMap.Item>)

Retrieve Item from the SyncMap.

Parameters

itemKey

Key of the item to retrieve.

listener

Async result listener. See SuccessListener.