Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.1 KB

File metadata and controls

41 lines (28 loc) · 1.1 KB
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
CaptureStateListener - Dynamsoft Capture Vision Router Module Android Edition API Reference
The interface CaptureStateListener of Dynamsoft Capture Vision Router Module defines the methods for monitoring the capture state.
capture state, monitoring, Java, Kotlin
true
true
true

CaptureStateListener

The CaptureStateListener interface defines the methods for monitoring the capture state.

Definition

Namespace: com.dynamsoft.cvr

Assembly: DynamsoftCaptureVisionRouter.aar

interface CaptureStateListener

Methods

Method Description
onCapturedStateChanged The method for monitoring the capture state.

onCapturedStateChanged

The method for monitoring the capture state.

void onCaptureStateChanged(EnumCaptureState state);

Parameters

[in] state: One of the EnumCaptureState value that indicates the capture state.