Click or drag to resize

DLCradleManagerRemoveUnlockKeyEventListener Method

Remove an Unlock Key Event listener previously added with the AddUnlockKeyEventListener(ICradleUnlockKeyEventListener)

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool RemoveUnlockKeyEventListener(
	ICradleUnlockKeyEventListener listener
)

Parameters

listener
Type: Com.Datalogic.CradleICradleUnlockKeyEventListener
- The ICradleUnlockKeyEventListener to be removed.

Return Value

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

Remove an Unlock Key Event listener previously added with the AddUnlockKeyEventListener(ICradleUnlockKeyEventListener)

method.

[Android Documentation]

See Also