ResultCallback

fun interface ResultCallback<T>

Functions

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