Click or drag to resize

ICradleUnlockEventListener Interface

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICradleUnlockEventListener : IJavaObject, 
	IDisposable, IJavaPeerable

The ICradleUnlockEventListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnUnlockEvent
This method is called when the Level change its status.
Top
Remarks
This interface allows an the application to be notified about Cradle Lever open event (device unlocked from the Cradle) and Cradle Lever closed event (device locked into the Cradle). The LeverStatus notifies the listener about the position of the Cradle Lever, among LeverStatusOpen, LeverStatusClose, LeverStatusUnknown (in case of errors), or LeverStatusNotSupported (if the device or the cradle do not support this type of notification).

[Android Documentation]

See Also