Click or drag to resize
ICradleInsertionListener Interface

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICradleInsertionListener : IJavaObject, 
	IDisposable

The ICradleInsertionListener 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 methodOnDeviceExtracted
Method that will be called when the device has been extracted from the Cradle.
Public methodOnDeviceInsertedCorrectly
Method that will be called when the device has been inserted in the correct position into the Cradle.
Public methodOnDeviceInsertedWrongly
Method that will be called when the device has been inserted in the wrong position into the Cradle.
Top
Remarks
This interface is used by the application to listen to the events of insertion and extraction of the device from the Cradle..

[Android Documentation]

See Also