Click or drag to resize

ImageEnum Class

Inheritance Hierarchy
Enum
  Com.Datalogic.SoftspotImageEnum

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ImageEnum : Enum

The ImageEnum type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCustom1
First custom slot
Public propertyStatic memberCustom2
Second custom slot
Public propertyStatic memberCustom3
Third custom slot
Public propertyStatic memberGreenBarcode
Green barcode (default)
Public propertyStatic memberGreenBarcodeNumeric
Bright green, barcode, with numeric data below
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberRedTarget
Red barcode (Shopevolution)
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
ImageEnum is an enumeration defining constants for different images that can be displayed by SoftSpot. Custom slots are functionally identical.

[Android Documentation]

See Also