removeItem

abstract fun removeItem(itemKey: String, callback: SuccessListener<SyncMapJava>): CancellationToken

Remove Item from the SyncMapJava.

Return

CancellationToken which allows to cancel network request.

Parameters

itemKey

Key of the item to remove.

callback

Async result listener. See SuccessListener.