Package zendesk.support
Interface Constants
-
public interface ConstantsConstants required for network operations
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringACTION_CONTACT_OPTIONAction string for Action Handlers which allow the user to contactstatic java.lang.StringACTION_DEFLECTIONAction string for an Action Handler which deflects requestsstatic java.lang.StringACTION_REFRESH_REQUEST_CONVERSATIONAction string for refreshing the Request Conversation UI.static java.lang.StringACTION_REFRESH_REQUEST_LISTAction string for refreshing the Request List UI.static java.lang.StringCUSTOM_HC_CACHING_HEADERHeader name for the custom Help Center cache control header.static java.lang.StringHOURS_MINUTES_FORMATDate format for displaying hours and minutes.static java.lang.StringSDK_GUID_HEADERMobile-Sdk-Identity header name, used to convey identity information.static java.lang.StringSTANDARD_CACHING_HEADERHeader name for the standard cache control header.static java.lang.StringUSER_AGENT_VARIANTHeader name for the standard cache control header.
-
-
-
Field Detail
-
SDK_GUID_HEADER
static final java.lang.String SDK_GUID_HEADER
Mobile-Sdk-Identity header name, used to convey identity information.- See Also:
- Constant Field Values
-
HOURS_MINUTES_FORMAT
static final java.lang.String HOURS_MINUTES_FORMAT
Date format for displaying hours and minutes.- See Also:
- Constant Field Values
-
CUSTOM_HC_CACHING_HEADER
static final java.lang.String CUSTOM_HC_CACHING_HEADER
Header name for the custom Help Center cache control header.- See Also:
- Constant Field Values
-
STANDARD_CACHING_HEADER
static final java.lang.String STANDARD_CACHING_HEADER
Header name for the standard cache control header.- See Also:
- Constant Field Values
-
USER_AGENT_VARIANT
static final java.lang.String USER_AGENT_VARIANT
Header name for the standard cache control header.- See Also:
- Constant Field Values
-
ACTION_REFRESH_REQUEST_LIST
static final java.lang.String ACTION_REFRESH_REQUEST_LIST
Action string for refreshing the Request List UI.- See Also:
- Constant Field Values
-
ACTION_REFRESH_REQUEST_CONVERSATION
static final java.lang.String ACTION_REFRESH_REQUEST_CONVERSATION
Action string for refreshing the Request Conversation UI.- See Also:
- Constant Field Values
-
ACTION_CONTACT_OPTION
static final java.lang.String ACTION_CONTACT_OPTION
Action string for Action Handlers which allow the user to contact- See Also:
- Constant Field Values
-
ACTION_DEFLECTION
static final java.lang.String ACTION_DEFLECTION
Action string for an Action Handler which deflects requests- See Also:
- Constant Field Values
-
-