-
- All Implemented Interfaces:
-
com.otaliastudios.cameraview.engine.action.Action
@RequiresApi(value = Build.VERSION_CODES.LOLLIPOP) public abstract class BaseMeter extends BaseAction
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisSuccessful
-
Method Summary
Modifier and Type Method Description booleanisSuccessful()-
Methods inherited from class com.otaliastudios.cameraview.engine.action.BaseAction
abort, addCallback, getState, isCompleted, onCaptureCompleted, onCaptureProgressed, onCaptureStarted, removeCallback, start -
Methods inherited from class com.otaliastudios.cameraview.engine.action.Action
onCaptureCompleted, onCaptureProgressed -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isSuccessful
boolean isSuccessful()
-
-
-
-