get Map Item
abstract fun getMapItem(mapSidOrUniqueName: String, itemKey: String, callback: SuccessListener<SyncMapJava.Item?>): CancellationToken
Retrieve Item from the SyncMapJava without opening it.
Return
CancellationToken which allows to cancel network request.
Parameters
map Sid Or Unique Name
SID or unique name of existing SyncMapJava.
item Key
Key of the item to retrieve.
callback
Async result listener that will receive a value of the SyncMapJava.Item in its onSuccess() callback (null if item doesn't exist) or any error in onFailure() callback.