Package bio.mobai.library.biometrics.capturesession

Types

MBCaptureSessionError
Link copied to clipboard
enum MBCaptureSessionError : Enum<MBCaptureSessionError>
MBCaptureSessionError descries possible failures during the capture process
MBCaptureSessionOptions
Link copied to clipboard
class MBCaptureSessionOptions
Describes the capture session options, they are initially set by a default value.
MBCaptureSessionResult
Link copied to clipboard
class MBCaptureSessionResult
This class contains the capture result after it is successfully ended.
MBCaptureSessionService
Link copied to clipboard
class MBCaptureSessionService(context: Context, lifecycleOwner: LifecycleOwner, options: MBCaptureSessionOptions, callback: MBCaptureSessionServiceListener)
This is the presenter class that provides the capture service to the caller.
MBCaptureSessionServiceListener
Link copied to clipboard
interface MBCaptureSessionServiceListener
MBCaptureSessionServiceListener is managed for MBCaptureSessionController describing the different stages of the whole capture process
MBCaptureSessionView
Link copied to clipboard
class MBCaptureSessionView : RelativeLayout
MBCaptureSessionView presents the camera preview and the graphic overlay on the top of the camera preview.