Summary:
Methods
ExtendableBuilder
public
interface
ExtendableBuilder
androidx.camera.core.ExtendableBuilder<T> |
Extendable builders are used to add externally defined options that can be passed to the implementation being built.
Summary
Public methods | |
---|---|
abstract
T
|
build()
Creates an instance of the object that this builder produces. |
Public methods
build
public abstract T build ()
Creates an instance of the object that this builder produces.
Returns | |
---|---|
T |