public interface

UseCaseConfigFactory.Provider

 androidx.camera.core.impl.UseCaseConfigFactory.Provider

Overview

Interface for deferring creation of a UseCaseConfigFactory.

Summary

Methods
public UseCaseConfigFactorynewInstance(Context context)

Creates a new, initialized instance of a UseCaseConfigFactory.

Methods

public UseCaseConfigFactory newInstance(Context context)

Creates a new, initialized instance of a UseCaseConfigFactory.

Parameters:

context: the android context

Returns:

the factory instance