Callback

interface Callback<R>

Communicates the result of an asynchronous operation. onResult is invoked exactly once per operation.

Parameters

The result object.

Functions

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