ResultCallback

interface ResultCallback<T>

Result callback interface.

Parameters

<T>

The type of result.

Functions

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