removeItem

abstract fun removeItem(itemIndex: Long, callback: SuccessListener<SyncListJava>): CancellationToken

Remove Item from the SyncListJava.

Return

CancellationToken which allows to cancel network request.

Parameters

itemIndex

Index of the item to remove.

callback

Async result listener. See SuccessListener.