IFrameCaptureListener Interface |
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IFrameCaptureListener : IJavaObject,
IDisposable, IJavaPeerable
Public Interface IFrameCaptureListener
Inherits IJavaObject, IDisposable, IJavaPeerable
The IFrameCaptureListener type exposes the following members.
Methods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| OnFrameCapture | onFrameCapture method will be called when a frame captured event is fired. |
TopRemarks This interface is used by the application to listen to the decoder's frame capture event.
This is intended to be used with the
addFrameCaptureListener method of the
BarcodeManager class.
More than one object instance can listen to the decoding events in an application.
More than one application can listen to decoding events in the system.
[Android Documentation]
See Also