public interface

IoConfig.Builder<B>

 androidx.camera.core.internal.IoConfig.Builder<B>

Subclasses:

ImageCapture.Builder

Overview

Builder for a IoConfig.

Summary

Methods
public java.lang.ObjectsetIoExecutor(java.util.concurrent.Executor executor)

Sets the default executor that will be used for IO tasks.

Methods

public java.lang.Object setIoExecutor(java.util.concurrent.Executor executor)

Sets the default executor that will be used for IO tasks.

Parameters:

executor: The executor which will be used for IO tasks.

Returns:

the current Builder.