MokkeryHook

interface MokkeryHook<T>

Represents a point in the interceptors pipeline that allows registering interceptors of T.

Functions

Link copied to clipboard
abstract fun register(interceptor: T)
Link copied to clipboard
abstract fun unregister(interceptor: T)