Click or drag to resize

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

The IInitListener 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 methodOnScanInit
onScanInit will be sent when a init event is fired. this event is fired when the scanner service is completely initialized.
Top
Remarks
This interface is used by the application to listen to the scan init event.

[Android Documentation]

See Also