UNPKG

scandit-react-native-datacapture-core

Version:

Scandit Data Capture SDK for React Native

12 lines (11 loc) 541 B
import { CameraPosition, ImageFrameSourceProxy, NativeCallResult } from 'scandit-datacapture-frameworks-core'; export declare class NativeImageFrameSourceProxy implements ImageFrameSourceProxy { private eventEmitter; private nativeListeners; constructor(); getCurrentCameraState(position: CameraPosition): Promise<NativeCallResult>; switchCameraToDesiredState(desiredStateJson: string): Promise<void>; registerListenerForEvents(): void; unregisterListenerForEvents(): void; subscribeDidChangeState(): void; }