MatrixCallback

interface MatrixCallback<in T>

Generic callback interface for asynchronously.

Parameters

the type of data to return on success

Functions

Link copied to clipboard
open fun onFailure(failure: Throwable)

On failure method, default to no-op.

Link copied to clipboard
open fun onSuccess(data: T)

On success method, default to no-op.

Inheritors

Link copied to clipboard