CameraFacing
A typesafe enumeration of the camera to be used during the document scanning process
import com.sybrin.identity.exceptions.IdentityException
Summary
Enum values | |
Selects the back camera. | |
Selects the front camera. |
Enum values
Back
public static final
CameraFacing
Back
Selects the back camera.
Front
public static final
CameraFacing
Front
Selects the front camera.
Last updated