kakao / com.agoda.kakao.intercept / Interceptable / intercept
open fun intercept(builder:
Interceptor.Builder
<
INTERACTION
,
ASSERTION
,
ACTION
>.() ->
Unit
):
Unit
Sets the interceptors for the instance. Interceptors will be invoked on the interaction with the KView.
builder
- Builder of the interceptors
See Also