Callback

fun interface Callback<T>

Inheritors

Functions

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