FRAListener

interface FRAListener<T>

Listener to listen for event

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.