public interface

TestEventClientArgs.ConnectionFactory

 androidx.test.internal.events.client.TestEventClientArgs.ConnectionFactory

Overview

A client may optionally provide a factory for the remote service connection. This is required when using the Orchestrator v1 service from AndroidJUnitRunner.

Summary

Methods
public TestEventServiceConnectioncreate(TestEventClientConnectListener listener)

Creates a new connection, e.g.

Methods

Creates a new connection, e.g. OrchestratorV1Connection attached to the specified listener.