ExtendableBuilder
interface ExtendableBuilder<T : Any!>
androidx.camera.core.ExtendableBuilder |
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
@NonNull abstract fun build(): T
Creates an instance of the object that this builder produces.