Click or drag to resize
ICradle 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 ICradle : IJavaObject, 
	IDisposable

The ICradle type exposes the following members.

Properties
  NameDescription
Public propertyIsDeviceInCradle
Checks if the device is inserted in the Cradle.
Public propertyType
Returns the specific type of this Cradle.
Top
Methods
  NameDescription
Public methodAddCradleInsertionListener
Add a listener that is used in order to manage the insertion and extraction events from the Cradle.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRemoveCradleInsertionListener
Remove a listener previously inserted by the specific add method.
Top
Remarks
Interface exposing the API of a generic Cradle.

[Android Documentation]

See Also