Click or drag to resize

DLCradleManagerAddUnlockEventListener Method

Add a Unlock listener used to be notify about Lever status changed 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 AddUnlockEventListener (Com.Datalogic.Cradle.ICradleUnlockEventListener listener);

Parameters

listener
Type: Com.Datalogic.Cradle.ICradleUnlockEventListener
The CradleUnlockEventListener to be added.

Return Value

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

Remarks
Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle. If property DLCradleManager.Properties.LEVER_STATUS is not supported, this listener cannot be added.

[Android Documentation]

See Also

Reference