Callback

interface Callback

Interface definition for a callback to be invoked when IndexableDataProvidersRegistry operation has completed.

Functions

onError
Link copied to clipboard
abstract fun onError(e: Exception)
Invoked when an error has occurred.
onSuccess
Link copied to clipboard
abstract fun onSuccess()
Invoked when an operation has completed successfully.