These are the Datalogic Selfshopping Extension v1 APIs. See all API classes. Remember to switch the selected Revision number in accordance with your device firmware and installed Android Datalogic Selfshopping Extension update.
For each SelfShopping SDK extension version, the following table shows the first Datalogic SDK version supporting that SelfShopping SDK extension version. This information is also provided by the constants of Version in the table.
Datalogic SelfShopping SDK extension | Datalogic SDK version | supported SDK variable |
---|---|---|
v1.1 | v1.3 | SELFSHOPPING_SDK_EXTENSION_V_1_1 |
v1.2 | v1.5 | SELFSHOPPING_SDK_EXTENSION_V_1_2 |
v1.3 | v1.6 | SELFSHOPPING_SDK_EXTENSION_V_1_3 |
v1.4 | v1.8 | SELFSHOPPING_SDK_EXTENSION_V_1_4 |
v1.5 | v1.10 | SELFSHOPPING_SDK_EXTENSION_V_1_5 |
v1.6 | v1.11 | SELFSHOPPING_SDK_EXTENSION_V_1_6 |
v1.7 | v1.12 | SELFSHOPPING_SDK_EXTENSION_V_1_7 |
v1.8 | v1.13 | SELFSHOPPING_SDK_EXTENSION_V_1_8 |
In order to use these API do not forget to add the following "uses-library" tag to your application manifest.
<uses-library android:name="com.datalogic.extension.selfshopping" android:required="true" />
com.datalogic.extension.selfshopping | This package contains the Selfshopping Extension
|
com.datalogic.extension.selfshopping.cradle | This package contains the
|
com.datalogic.extension.selfshopping.cradle.joyatouch |
This package contains the interfaces and data types related to the Joya Touch Cradle. |
com.datalogic.extension.selfshopping.led | This package contains the
|
com.datalogic.extension.selfshopping.led.action | This package contains all available LED actions, each one representing a method to execute on a specific LED. |
com.datalogic.extension.selfshopping.led.action.persistence | This package contains some helper classes that manage the persistence of
|
com.datalogic.extension.selfshopping.led.event | This package contains the LED event interface used to apply, change or remove a specific LED action to the given event. |
com.datalogic.extension.selfshopping.power | This package contains the
|