public class

Version

extends Object
java.lang.Object
   ↳ com.datalogic.extension.selfshopping.Version

Class Overview

The Version class contains the Selfshopping extension version.

Summary

Constants
String SELFSHOPPING_EXTENSION_VERSION Returns a String indicating the installed Datalogic Selfshopping extension version in use at compile time.
int SELFSHOPPING_EXTENSION_VERSION_INT Returns a number indicating the installed Datalogic Selfshopping extension version in use at compile time.
String SELFSHOPPING_SDK_EXTENSION_V_1_1 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.1.
String SELFSHOPPING_SDK_EXTENSION_V_1_2 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.2.
String SELFSHOPPING_SDK_EXTENSION_V_1_3 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.3.
String SELFSHOPPING_SDK_EXTENSION_V_1_4 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.4.
String SELFSHOPPING_SDK_EXTENSION_V_1_5 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.5.
String SELFSHOPPING_SDK_EXTENSION_V_1_6 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.6.
String SELFSHOPPING_SDK_EXTENSION_V_1_7 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.7.
String SELFSHOPPING_SDK_EXTENSION_V_1_8 Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.8.
Fields
public static final String DEVICE_SELFSHOPPING_EXTENSION_VERSION Returns a String indicating the installed Datalogic Selfshopping extension version on the device.
public static final int DEVICE_SELFSHOPPING_EXTENSION_VERSION_INT Returns a number indicating the installed Datalogic Selfshopping extension version on the device.
Public Constructors
Version()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String SELFSHOPPING_EXTENSION_VERSION

Added in revision 1

Returns a String indicating the installed Datalogic Selfshopping extension version in use at compile time.

Constant Value: "1.8"

public static final int SELFSHOPPING_EXTENSION_VERSION_INT

Added in revision 1

Returns a number indicating the installed Datalogic Selfshopping extension version in use at compile time.

Constant Value: 65544 (0x00010008)

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_1

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.1.

Constant Value: "1.3"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_2

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.2.

Constant Value: "1.5"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_3

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.3.

Constant Value: "1.6"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_4

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.4.

Constant Value: "1.8"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_5

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.5.

Constant Value: "1.10"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_6

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.6.

Constant Value: "1.11"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_7

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.7.

Constant Value: "1.12"

public static final String SELFSHOPPING_SDK_EXTENSION_V_1_8

Added in revision 8

Returns a String indicating the first Datalogic SDK version supporting the SelfShopping SDK Extension v1.8.

Constant Value: "1.13"

Fields

public static final String DEVICE_SELFSHOPPING_EXTENSION_VERSION

Added in revision 1

Returns a String indicating the installed Datalogic Selfshopping extension version on the device.

public static final int DEVICE_SELFSHOPPING_EXTENSION_VERSION_INT

Added in revision 1

Returns a number indicating the installed Datalogic Selfshopping extension version on the device.

Public Constructors

public Version ()

Added in revision 1