removeMapItem

abstract fun removeMapItem(mapSidOrUniqueName: String, itemKey: String, callback: SuccessListener<Unit>): CancellationToken

Remove Item from the SyncMapJava without opening it.

Return

CancellationToken which allows to cancel network request.

Parameters

mapSidOrUniqueName

SID or unique name of existing SyncMapJava.

itemKey

Key of the item to set.

callback

Async result listener. See SuccessListener.