Package zendesk.support
Interface Constants
-
public interface Constants
Constants required for network operations
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
ACTION_REFRESH_REQUEST_CONVERSATION
Action string for refreshing the Request Conversation UI.static java.lang.String
ACTION_REFRESH_REQUEST_LIST
Action string for refreshing the Request List UI.static java.lang.String
CUSTOM_HC_CACHING_HEADER
Header name for the custom Help Center cache control header.static java.lang.String
HOURS_MINUTES_FORMAT
Date format for displaying hours and minutes.static java.lang.String
SDK_GUID_HEADER
Mobile-Sdk-Identity header name, used to convey identity information.static java.lang.String
STANDARD_CACHING_HEADER
Header name for the standard cache control header.static java.lang.String
USER_AGENT_VARIANT
Header 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
-
-