Click or drag to resize

DLCradleManagerAddFailureEventListener Method

Add a Failure listener used to be notify about failure events occurred on the Cradle.

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 AddFailureEventListener (Com.Datalogic.Cradle.ICradleFailureEventListener listener);

Parameters

listener
Type: Com.Datalogic.Cradle.ICradleFailureEventListener
The CradleFailureEventListener to be added.

Return Value

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

Remarks
Add a Failure listener used to be notify about failure events occurred on the Cradle. If property DLCradleManager.Properties.ACTIVE_FAILURES is not supported, this listener cannot be added.

[Android Documentation]

See Also

Reference