@Deprecated public class ProfileConfig.DataCapture.DataDelivery.Intent extends Object
Example Usage: Intent intent = profileConfig.Intent;
Modifier and Type | Field and Description |
---|---|
String |
action
Deprecated.
Gets and Sets the intent action.
|
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting |
basicDataFormatting
Deprecated.
Gets and Sets intent INTENT_DELIVERY configuration object
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting . |
String |
category
Deprecated.
Gets and Sets the intent category.
|
ProfileConfig.INTENT_DELIVERY |
delivery
Deprecated.
Gets and Sets intent INTENT_DELIVERY configuration enum
ProfileConfig.INTENT_DELIVERY . |
ProfileConfig.ENABLED_STATE |
output_enabled
Deprecated.
Gets and Sets intent ENABLED_STATE configuration enum
ProfileConfig.ENABLED_STATE . |
public ProfileConfig.ENABLED_STATE output_enabled
ProfileConfig.ENABLED_STATE
.
Example Usage: intent.output_enabled = ENABLED_STATE.DEFAULT;
public String action
Example Usage: String action = intent.action;
public String category
Example Usage: String category = intent.category;
public ProfileConfig.INTENT_DELIVERY delivery
ProfileConfig.INTENT_DELIVERY
.
Example Usage: intent.delivery = INTENT_DELIVERY.DEFAULT;
public ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting basicDataFormatting
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting
.
Example Usage: intent.BasicDataFormatting.bdf_enabled = ENABLED_STATE.DEFAULT;