remove

abstract fun remove(sidOrUniqueName: String, callback: SuccessListener<Unit>): CancellationToken

Remove SyncStreamJava without opening it.

Return

CancellationToken which allows to cancel network request.

Parameters

sidOrUniqueName

SID or unique name of existing SyncStream.

callback

Async result listener. See SuccessListener.