Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.21 KB

File metadata and controls

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

ImageSourceStateListener

The ImageSourceStateListener interface defines methods for monitoring the state of the ImageSourceAdapter.

Definition

Namespace: com.dynamsoft.cvr

Assembly: DynamsoftCaptureVisionRouter.aar

interface ImageSourceStateListener

Methods

Method Description
onImageSourceStateReceived The methods for monitoring the state of the ImageSourceAdapter.

onImageSourceStateReceived

The methods for monitoring the state of the ImageSourceAdapter.

void onImageSourceStateReceived(EnumImageSourceState status);

Parameters

[in] state: One of the EnumImageSourceState` that indicates the state of the ImageSourceAdapter.