DLCradleManagerAddUnlockKeyEventListener Method |
Add an Unlock Key Event listener used to be notify about Unlock Key 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
public virtual bool AddUnlockKeyEventListener (Com.Datalogic.Cradle.ICradleUnlockKeyEventListener listener);
Public Virtual Boolean AddUnlockKeyEventListener (Com.Datalogic.Cradle.ICradleUnlockKeyEventListener listener);
Parameters
- listener
- Type: Com.Datalogic.Cradle.ICradleUnlockKeyEventListener
The CradleUnlockKeyEventListener to be added.
Return Value
Type: System.Boolean
boolean true in case of success, false otherwise.
Remarks
See Also