Class for dealing with DataDelivery profile data ProfileConfig.DataCapture.DataDelivery
Example Usage:
DataDelivery dataDelivery = profileConfig.dataCapture.dataDelivery;
Public Fields
intent
Gets and Sets Intent configuration object ProfileConfig.DataCapture.DataDelivery.Intent.
Example Usage:
profileConfig.dataCapture.dataDelivery.intent.output_enabled = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.DataDelivery.Intent
keystroke
Gets and Sets Keystroke configuration object ProfileConfig.DataCapture.DataDelivery.Keystroke.
Example Usage:
profileConfig.Keystroke.ime_output_enabled = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.DataDelivery.Keystroke