Click or drag to resize

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

The IStopListener 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 methodOnScanStopped
onScanStopped will be sent when a scan stopped event is fired. this event is fired when decoding session is stopped both by soft trigger and by hardware trigger.
Top
Remarks
This interface is used by the application to listen to the scan stopped event.

[Android Documentation]

See Also