UseCaseGroup
public final class UseCaseGroup
Represents a collection of UseCase.
When the UseCaseGroup is bound to Lifecycle, it binds all the UseCases to the same Lifecycle. UseCases inside of a UseCaseGroup usually share some common properties like the FOV defined by ViewPort.
Summary
Nested types |
|---|
public final class UseCaseGroup.BuilderA builder for generating |
Public methods |
|
|---|---|
@NonNull List<CameraEffect> |
Gets the |
@NonNull List<UseCase> |
Gets the |
@Nullable ViewPort |