Click or drag to resize

DLCradleManagerRemoveUnlockKeyEventListener Method

Remove an Unlock Key Event listener previously added with the addUnlockKeyEventListener(CradleUnlockKeyEventListener 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 RemoveUnlockKeyEventListener (Com.Datalogic.Cradle.ICradleUnlockKeyEventListener listener);

Parameters

listener
Type: Com.Datalogic.Cradle.ICradleUnlockKeyEventListener
The CradleUnlockKeyEventListener to be removed.

Return Value

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

Remarks
Remove an Unlock Key Event listener previously added with the addUnlockKeyEventListener(CradleUnlockKeyEventListener listener) method. If property DLCradleManager.Properties.UNLOCK_KEY_STATUS is not supported, this listener cannot be removed.

[Android Documentation]

See Also

Reference