Holds Intent configuration settings.
Example Usage:
Intent intent = profileConfig.Intent;
Public Fields
output_enabled
Gets and Sets intent ENABLED_STATE configuration enum ProfileConfig.ENABLED_STATE.
Example Usage:
intent.output_enabled = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.ENABLED_STATE
action
Gets and Sets the intent action.
Example Usage:
String action = intent.action;
Type:
java.lang.String
category
Gets and Sets the intent category.
Example Usage:
String category = intent.category;
Type:
java.lang.String
delivery
Gets and Sets intent INTENT_DELIVERY configuration enum ProfileConfig.INTENT_DELIVERY.
Example Usage:
intent.delivery = INTENT_DELIVERY.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.INTENT_DELIVERY
basicDataFormatting
Gets and Sets intent INTENT_DELIVERY configuration object ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting.
Example Usage:
intent.BasicDataFormatting.bdf_enabled = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting