Click or drag to resize

DLCradleManagerAddInsertionEventListener Method

Add an Insertion listener used to be notify about insertion and extraction events from the Cradle.

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool AddInsertionEventListener(
	ICradleInsertionEventListener listener
)

Parameters

listener
Type: Com.Datalogic.CradleICradleInsertionEventListener
- The ICradleInsertionEventListener to be added.

Return Value

Type: Boolean
boolean true in case of success, false otherwise.
Remarks

Add an Insertion listener used to be notify about insertion and extraction events from the Cradle.

[Android Documentation]

See Also