Click or drag to resize

IStartListener 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 IStartListener : IJavaObject, 
	IDisposable, IJavaPeerable

The IStartListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnScanStarted
onScanStarted will be called when a scan started event is fired. this event is fired when decoding session is started both by soft trigger and by hardware trigger.
Top
Remarks
This interface is used by the application to listen to the scan started event.

[Android Documentation]

See Also