Package com.otaliastudios.cameraview.engine.action
See: Description
-
Interface Summary Interface Description Action The Action class encapsulates logic for completing an action in a Camera2 environment. ActionHolder The holder of Action. ActionCallback A callback for Action state changes. -
Class Summary Class Description Actions Utilities for creating Action sequences. LogAction ActionWrapper A simple wrapper around a BaseAction. BaseAction The base implementation of Action that should always be subclassed, instead of implementing the root interface itself. CompletionCallback A special ActionCallback that just checks for the completed state.