Click or drag to resize

VisualFormatter Class

Inheritance Hierarchy
Object
  Com.Datalogic.DecodeVisualFormatter

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VisualFormatter : Object

The VisualFormatter type exposes the following members.

Properties
  NameDescription
Public propertyActiveItem
Gets the currently active item if any, or null otherwise.
Public propertyFeatureLevel
Gets the Visual Formatter feature level.
Public propertyStatic memberInstance
Gets an instance of the VisualFormatter, if it is supported but the platform.
Public propertyIsEnabled
Checks if the Visual Formatter is enabled.
Public propertyItems
Lists all available formatting items.
Public propertyJniPeerMembers
To be added.
Public propertyTimeout
Gets the Visual Formatter script execution timeout.
Top
Methods
  NameDescription
Public methodInstall
Public methodRemove(String)
Remove the items of the specified project.
Public methodRemove(VisualFormatterPersistenceType)
Public methodResetToDefault
Removes all items that are reboot or enterprise reset persistent.
Public methodSetActiveItem
Public methodSetEnable
Enables or disables the Visual Formatter.
Public methodSetTimeout
Sets the Visual Formatter script execution timeout.
Top
Remarks
VisualFormatter is a class used to install and manage the different projects created from the Visual Formatter tool available inside Scan2Deploy Studio.
A project consists of a list of items of 2 types:
- FORMATTER: Takes as input the barcode received from the scanner and transforms it as desired, returning the modified barcode as output;
- DISPATCHER: Takes as input the barcode received from the scanner and selects the FORMATTER items to execute.
After a project is installed, one of its items will be set as the active item. When a new barcode is read its contents will be passed to the active item in order to be managed. The active item can also be changed in any moment.

[Android Documentation]

See Also