Click or drag to resize

DLCradleManagerRemoveUnlockEventListener Method

Remove an Unlock listener previously added with the addUnlockEventListener(CradleUnlockEventListener 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 RemoveUnlockEventListener (Com.Datalogic.Cradle.ICradleUnlockEventListener listener);

Parameters

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

Return Value

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

Remarks
Remove an Unlock listener previously added with the addUnlockEventListener(CradleUnlockEventListener listener) method. If property DLCradleManager.Properties.LEVER_STATUS is not supported, this listener cannot be removed.

[Android Documentation]

See Also

Reference