@Deprecated
public class ProfileConfig.DataCapture.DataDelivery.Intent
extends java.lang.Object
Example Usage: Intent intent = profileConfig.Intent;
| Modifier and Type | Field and Description | 
|---|---|
java.lang.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. | 
java.lang.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 java.lang.String action
Example Usage: String action = intent.action;
public java.lang.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;