OnComplete

interface OnComplete : Callback

Completion callback for set(), update(), push() or remove().

Functions

onComplete
Link copied to clipboard
abstract fun onComplete()
Called after synchronization with the server
onError
Link copied to clipboard
abstract fun onError(error: Null)
Called when an error happens
abstract fun onError(@NotNull error: WebcomError)
Called when synchronization with the server fails