Click or drag to resize
ICradleAddCradleInsertionListener Method
Add a listener that is used in order to manage the insertion and extraction events from the Cradle.

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool AddCradleInsertionListener(
	ICradleInsertionListener p0
)

Parameters

p0
Type: Com.Datalogic.Extension.Selfshopping.CradleICradleInsertionListener
To be added.

Return Value

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

Add a listener that is used in order to manage the insertion and extraction events from the Cradle.

[Android Documentation]

See Also