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
SBSDKCameraSessiondevice
SBSDKCameraDevice
DidChangeZoom(SBSDKCameraSession, NFloat)
void DidChangeZoom(SBSDKCameraSession session, NFloat zoomValue)
Parameters
session
SBSDKCameraSessionzoomValue
NFloat
DidToggleTorchlight(SBSDKCameraSession, bool)
void DidToggleTorchlight(SBSDKCameraSession session, bool enabled)
Parameters
session
SBSDKCameraSessionenabled
bool