Listener

open class Listener

Utility to send events to FRListener

Constructors

Link copied to clipboard
private constructor()

Functions

Link copied to clipboard
open fun onException(listener: FRListener<out Any>, value: Exception)
Notify the Listener with failed result
Link copied to clipboard
open fun <T> onSuccess(listener: FRListener<T>, value: T)
Notify the Listener with success result