UseCase
abstract class UseCase
kotlin.Any | |
↳ | androidx.camera.core.UseCase |
The use case which all other use cases are built on top of.
A UseCase provides functionality to map the set of arguments in a use case to arguments that are usable by a camera. UseCase also will communicate of the active/inactive state to the Camera.