Chain

interface Chain

Chain interface to chain up a list of interceptors.

Inheritors

Functions

Link copied to clipboard
abstract fun getContext(): Context
Retrieve the Application context
Link copied to clipboard
abstract fun getListener(): FRListener
The listener to listen for the chain processing
Link copied to clipboard
abstract fun proceed(object: Any)
Proceed and execute the chain.