ResultCallback

fun interface ResultCallback<T>(source)

Result callback interface.

Parameters

The type of result.

Functions

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