ZebraRuntime
#
Methods#
disableDatawedgeDisable DataWedge on the device. https://techdocs.zebra.com/datawedge/latest/guide/api/enabledatawedge
Returns: void
#
disableScannerInputDisable the Scanner Input Plug-in in use by the current active profile. https://techdocs.zebra.com/datawedge/latest/guide/api/scannerinputplugin
Returns: Promise<void>
#
enableDatawedgeEnable DataWedge on the device. https://techdocs.zebra.com/datawedge/latest/guide/api/enabledatawedge
Returns: void
#
enableScannerInputEnable the Scanner Input Plug-in in use by the current active profile. https://techdocs.zebra.com/datawedge/latest/guide/api/scannerinputplugin
Returns: Promise<void>
#
enumerateTriggersRetrieve supported trigger list of a device. https://techdocs.zebra.com/datawedge/latest/guide/api/enumeratetriggers
Returns: Promise<string[]>
#
notifyPlay notification sound(s) and/or display a colored LED after a scan from a connected Bluetooth scanner with RSM (Remote Scanner Management). https://techdocs.zebra.com/datawedge/latest/guide/api/notify
#
ParametersName | Type |
---|---|
options | DataWedgeNotifyOptions |
Returns: Promise<void>
#
resetDefaultProfileReset the default profile to Profile0, the built-in profile used with unassociated apps. https://techdocs.zebra.com/datawedge/latest/guide/api/resetdefaultprofile
Returns: Promise<void>
#
setDefaultProfileSet the specified profile as the default profile. https://techdocs.zebra.com/datawedge/latest/guide/api/setdefaultprofile
#
ParametersName | Type |
---|---|
profileName | string |
Returns: Promise<void>
#
setReportingOptionsConfigure reporting options from importing databases and profiles. https://techdocs.zebra.com/datawedge/latest/guide/api/setreportingoptions
#
ParametersName | Type |
---|---|
options | ReportingOptions |
Returns: Promise<void>
#
softRfidTriggerToggle a software RFID trigger.
Make sure the Datawedge profile is configured properly to accept intent outputs and
set the intent delivery to Broadcast Intent
.
https://techdocs.zebra.com/datawedge/latest/guide/api/softrfidtrigger
Returns: Promise<ZebraScanResult>
#
softScanTriggerToggle a software scanning trigger.
Make sure the Datawedge profile is configured properly to accept intent outputs and
set the intent delivery to Broadcast Intent
.
https://techdocs.zebra.com/datawedge/latest/guide/api/softscantrigger
#
ParametersName | Type |
---|---|
intentAction | string |
Returns: Promise<ZebraScanResult>
#
switchScannerSwitch to a specific scanner at runtime to enable an optimal scanning device for the app, requirement or situation. https://techdocs.zebra.com/datawedge/latest/guide/api/switchscanner
#
ParametersName | Type |
---|---|
scanerIndex | string |
Returns: Promise<void>
#
switchScannerParamshttps://techdocs.zebra.com/datawedge/latest/guide/api/switchscannerparams Temporarily update the settings of the active profile during runtime by passing one or more barcode, scanner and/or reader parameters as intent extras.
#
ParametersName | Type |
---|---|
options | SwitchScannerParamsOptions |
Returns: Promise<void>
#
switchToProfilehttps://techdocs.zebra.com/datawedge/latest/guide/api/switchtoprofile Change the app association to the specified profile.
#
ParametersName | Type |
---|---|
profileName | string |
Returns: Promise<void>