getItem
abstract fun getItem(itemKey: String, listener: SuccessListener<SyncMap.Item>)
Content copied to clipboard
Retrieve Item from the SyncMap.
Parameters
itemKey
Key of the item to retrieve.
listener
Async result listener. See SuccessListener.