DataWedgeApi class
Constants for Zebra DataWedge API commands and parameters.
This class contains all the constant strings used to interact with the Zebra DataWedge service via Android intents.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- action → const String
- The main DataWedge API action for sending commands.
- activityListKey → const String
- Key for the activity list parameter.
- applicationNameKey → const String
- Key for the application name in intents.
- applicationPackageKey → const String
- Key for the application package in intents.
- appListKey → const String
- Key for the app list parameter in profile configuration.
- cloneProfile → const String
- Command to clone an existing profile.
- commandIdentifierKey → const String
- Key for identifying commands in result callbacks.
- commandKey → const String
- Key for the command parameter in intents.
- configModeKey → const String
- Key for the config mode parameter.
- createProfile → const String
- Command to create a new DataWedge profile.
- dataWedgePackage → const String
- The Zebra DataWedge package name.
- defaultIntentCategory → const String
- Default intent category for DataWedge intents.
- deleteProfile → const String
- Command to delete one or more profiles.
- enableDataWedge → const String
- Command to enable or disable the DataWedge service.
- enumerateScanners → const String
- Command to enumerate all available scanners.
- enumerateTriggers → const String
- Command to enumerate all trigger sources.
- enumerateWorkflows → const String
- Command to enumerate all workflows.
- exportConfig → const String
- Command to export DataWedge configuration to files.
- getActiveProfile → const String
- Command to get the currently active profile.
- getConfig → const String
- Command to get the configuration of a profile.
- getDataWedgeStatus → const String
- Command to get the DataWedge service status.
- getDisabledAppList → const String
- Command to get the list of apps where DataWedge is disabled.
- getIgnoreDisabledProfiles → const String
- Command to get whether disabled profiles are ignored.
- getProfilesList → const String
- Command to get the list of all profiles.
- getScannerStatus → const String
- Command to get the current scanner status.
- getVersionInfo → const String
- Command to get the DataWedge version info.
- importConfig → const String
- Command to import DataWedge configuration from files.
- notificationAction → const String
- The notification action for receiving DataWedge notifications.
- notificationBundle → const String
- Key for the notification bundle in broadcast intents.
- notify → const String
- Command to send notifications to Bluetooth scanners.
- outputPluginNameKey → const String
- Key for the output plugin name parameter.
- packageNameKey → const String
- Key for the package name parameter.
- paramListKey → const String
- Key for the parameter list in plugin configuration.
- pluginConfigKey → const String
- Key for the plugin configuration parameter.
- pluginNameKey → const String
- Key for the plugin name parameter.
- processPluginNameKey → const String
- Key for the process plugin name parameter.
- profileEnabledKey → const String
- Key for the profile enabled parameter.
- profileNameKey → const String
- Key for the profile name parameter.
- registerForNotification → const String
- Command to register for DataWedge notifications.
- renameProfile → const String
- Command to rename an existing profile.
- resetConfigKey → const String
- Key for the reset config parameter.
- resetDefaultProfile → const String
- Command to reset the default profile.
- resultAction → const String
- The result action for receiving command results.
- resultEnumerateScanners → const String
- Result key for enumerateScanners command.
- resultEnumerateTriggers → const String
- Result key for enumerateTriggers command.
- resultEnumerateWorkflows → const String
- Result key for enumerateWorkflows command.
- resultGetActiveProfile → const String
- Result key for getActiveProfile command.
- resultGetConfig → const String
- Result key for getConfig command.
- resultGetDataWedgeStatus → const String
- Result key for getDataWedgeStatus command.
- resultGetDisabledAppList → const String
- Result key for getDisabledAppList command.
- resultGetProfilesList → const String
- Result key for getProfilesList command.
- resultGetScannerStatus → const String
- Result key for getScannerStatus command.
- resultGetVersionInfo → const String
- Result key for getVersionInfo command.
- resultInfoKey → const String
- Key for additional result info in responses.
- resultKey → const String
- Key for the result value in responses.
- scale → const String
- Command to interact with a connected scale (get weight, tare).
- scannerInputPlugin → const String
- Command to control the scanner input plugin (enable, disable, suspend, resume).
- scannerSelection → const String
- Key for selecting a scanner (by type name).
- scannerSelectionByIdentifier → const String
- Key for selecting a scanner by identifier.
- sendResultComplete → const String
- Value for receiving complete results.
- sendResultKey → const String
- Key for requesting result delivery in commands.
- sendResultLast → const String
- Value for receiving only the last result.
- setConfig → const String
- Command to set (apply) a profile configuration.
- setDefaultProfile → const String
- Command to set the default profile.
- setDisabledAppList → const String
- Command to set the list of apps where DataWedge is disabled.
- setIgnoreDisabledProfiles → const String
- Command to set whether to ignore disabled profiles.
- softRfidTrigger → const String
- Command to trigger a software RFID scan.
- softScanTrigger → const String
- Command to trigger a software scan (start, stop, toggle).
- softTrigger → const String
- Key for soft trigger actions in intents.
- switchDataCapture → const String
- Command to switch the active data capture plugin.
- switchScanner → const String
- Command to switch scanner by index.
- switchScannerEx → const String
- Command to switch scanner by identifier.
- switchScannerParams → const String
- Command to update scanner parameters.
- switchToProfile → const String
- Command to switch to a specific profile.
- unregisterForNotification → const String
- Command to unregister from DataWedge notifications.
- wildcard → const String
- Wildcard value for matching all items.