Click or drag to resize

DLCradleManagerRemoveUnlockEventListener Method

Remove an Unlock listener previously added with the AddUnlockEventListener(ICradleUnlockEventListener)

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 RemoveUnlockEventListener(
	ICradleUnlockEventListener listener
)

Parameters

listener
Type: Com.Datalogic.CradleICradleUnlockEventListener
- The ICradleUnlockEventListener to be removed.

Return Value

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

Remove an Unlock listener previously added with the AddUnlockEventListener(ICradleUnlockEventListener)

method.

[Android Documentation]

See Also