Click or drag to resize

BarcodeManagerAddStartListener Method

Registers a IStartListener to be notified when a scan started event is triggered.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int AddStartListener(
	IStartListener listener
)

Parameters

listener
Type: Com.Datalogic.DecodeIStartListener

[Missing <param name="listener"/> documentation for "M:Com.Datalogic.Decode.BarcodeManager.AddStartListener(Com.Datalogic.Decode.IStartListener)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Com.Datalogic.Decode.BarcodeManager.AddStartListener(Com.Datalogic.Decode.IStartListener)"]

Remarks
"Call RemoveStartListener(IStartListener) before the application closes to properly shut down the listener.
See Also