Callback

fun interface Callback<T : Any>

Functions

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