intercept

public final Unit intercept(Function1<Interceptor.Configurator, Unit> configurator)

Sets the interceptors for the whole Kakao runtime. Interceptors will be invoked on all of the interactions with the KView instances.

Parameters

configurator

Configuration of the interceptors

See also