removeListItem

abstract fun removeListItem(listSidOrUniqueName: String, itemIndex: Long, callback: SuccessListener<Unit>): CancellationToken

Remove Item from the SyncListJava without opening it.

Return

CancellationToken which allows to cancel network request.

Parameters

listSidOrUniqueName

SID or unique name of existing SyncListJava.

itemIndex

Index of the item to remove.

callback

Async result listener. See SuccessListener.