ResultHandler

fun interface ResultHandler<T>

A handler that provides the result of a request

Since

4.15.0

See also

Functions

Link copied to clipboard
abstract fun onResult(result: SendbirdResult<T>)