Click or drag to resize

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

The ITimeoutListener 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 methodOnScanTimeout
onScanTimeout will be sent when a timeout event is fired. this event is fired when decoding session fails for timeout.
Top
Remarks
This interface is used by the application to listen to the scan timeout event.

[Android Documentation]

See Also