IValueCallback

fun interface IValueCallback<T>

Functions

Link copied to clipboard
open fun onError()

Called when the requested value is not available or encountered an error when returning.

Link copied to clipboard
abstract fun onSuccess(value: T)

Called with the appropriate return value on a successful operation.

Inheritors

Link copied to clipboard