Click or drag to resize

ICradleUnlockKeyEventListener 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 ICradleUnlockKeyEventListener : IJavaObject, 
	IDisposable, IJavaPeerable

The ICradleUnlockKeyEventListener 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 methodOnUnlockKeyEvent
This method is called when the Unlock Key has been inserted into or extracted from the Cradle.
Top
Remarks
This interface allows an the application to be notified about insertion and extraction of the Unlock Key into/from the Cradle. The UnlockKeyStatus notifies the listener about the position of the Unlock Key into the Cradle, among UnlockKeyStatusInserted, UnlockKeyStatusExtracted, UnlockKeyStatusUnknown (in case of errors), or UnlockKeyStatusNotSupported (if the device or the cradle do not support this type of notification).

[Android Documentation]

See Also