Click or drag to resize

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

The IDeinitListener 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 methodOnScanDeinit
onScanDeinit will be sent when a deinit event is fired. this event is fired when the scanner service is completely deinitialized.
Top
Remarks
This interface is used by the application to listen to the scan deinit event.

[Android Documentation]

See Also