-
public final class Interceptor.ConfiguratorConfiguration class that is used for building interceptors on the io.github.kakaocup.kakao.Kakao runtime and io.github.kakaocup.kakao.screen.Screen levels.
-
-
Constructor Summary
Constructors Constructor Description Interceptor.Configurator()
-
Method Summary
Modifier and Type Method Description final UnitonComposeInteraction(Function1<Interceptor.Builder<ComposeInteraction, ComposeAssertion, ComposeAction>, Unit> builder)Setups the interceptor for checkandperformoperations happening through ViewInteraction-
-
Method Detail
-
onComposeInteraction
final Unit onComposeInteraction(Function1<Interceptor.Builder<ComposeInteraction, ComposeAssertion, ComposeAction>, Unit> builder)
Setups the interceptor for
checkandperformoperations happening through ViewInteraction- Parameters:
builder- Builder of interceptor for ViewInteraction
-
-
-
-