java.lang.Object | |
↳ | com.datalogic.extension.selfshopping.cradle.CradleManager |
This class is used to return the current Cradle API, depending on the targeted device.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method returns an instance of the specific Cradle available
depending on the current device, or null in case no Cradle is
currently supported.
| |||||||||||
This method returns an instance of the specific Trolley available
depending on the current device, or null in case no Trolley is
currently supported.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This method returns an instance of the specific Cradle available depending on the current device, or null in case no Cradle is currently supported.
Cradle
instance that can be cast depending
on the current Cradle type, or null in case no Cradle is available.
This method returns an instance of the specific Trolley available depending on the current device, or null in case no Trolley is currently supported.
Trolley
instance, or null in case no
Trolley is available.