Click or drag to resize

DLCradleManagerRemoveInsertionEventListener Method

Remove an Insertion listener previously added with the addInsertionEventListener(CradleInsertionEventListener listener) method.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool RemoveInsertionEventListener (Com.Datalogic.Cradle.ICradleInsertionEventListener listener);

Parameters

listener
Type: Com.Datalogic.Cradle.ICradleInsertionEventListener
The CradleInsertionEventListener to be removed.

Return Value

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

Remarks
Remove an Insertion listener previously added with the addInsertionEventListener(CradleInsertionEventListener listener) method. If property DLCradleManager.Properties.INSERTION_STATE is not supported, this listener cannot be removed.

[Android Documentation]

See Also

Reference