Click or drag to resize

DLCradleManagerRemoveInsertionEventListener Method

Remove an Insertion listener previously added with the AddInsertionEventListener(ICradleInsertionEventListener)

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 RemoveInsertionEventListener(
	ICradleInsertionEventListener listener
)

Parameters

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

Return Value

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

Remove an Insertion listener previously added with the AddInsertionEventListener(ICradleInsertionEventListener)

method.

[Android Documentation]

See Also