Click or drag to resize

DLCradleManagerAddUnlockEventListener Method

Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle.

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

Parameters

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

Return Value

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

Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle.

[Android Documentation]

See Also