FRListener

interface FRListener<T>

Listener to listen for event

Parameters

The type of the result

Inheritors

Functions

Link copied to clipboard
abstract fun onException(e: Exception)

Called when an asynchronous call fails to complete.

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

Called when an asynchronous call completes successfully.