Table of Contents

Interface ISBSDKCameraSessionObserving

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public interface ISBSDKCameraSessionObserving : INativeObject, IDisposable
Inherited Members
Extension Methods

Methods

DidChangeDevice(SBSDKCameraSession, SBSDKCameraDevice)

void DidChangeDevice(SBSDKCameraSession session, SBSDKCameraDevice device)

Parameters

session SBSDKCameraSession
device SBSDKCameraDevice

DidChangeZoom(SBSDKCameraSession, NFloat)

void DidChangeZoom(SBSDKCameraSession session, NFloat zoomValue)

Parameters

session SBSDKCameraSession
zoomValue NFloat

DidToggleTorchlight(SBSDKCameraSession, bool)

void DidToggleTorchlight(SBSDKCameraSession session, bool enabled)

Parameters

session SBSDKCameraSession
enabled bool