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_CONTACT_OPTION
Action string for Action Handlers which allow the user to contactstatic java.lang.String
ACTION_CONVERSATION_LIST
Action string for opening a conversation list UI (such as Support SDK's RequestListActivity).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
HOURS_MINUTES_FORMAT
Date format for displaying hours and minutes.static java.lang.String
KEY_HELP_CENTER_ARTICLE_URL
Map key for a Help Center article URL when using an ActionHandler to open the article UI.static java.lang.String
SDK_GUID_HEADER
Mobile-Sdk-Identity header name, used to convey identity information.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
-
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_CONVERSATION_LIST
static final java.lang.String ACTION_CONVERSATION_LIST
Action string for opening a conversation list UI (such as Support SDK's RequestListActivity).- See Also:
- Constant Field Values
-
KEY_HELP_CENTER_ARTICLE_URL
static final java.lang.String KEY_HELP_CENTER_ARTICLE_URL
Map key for a Help Center article URL when using an ActionHandler to open the article UI.- See Also:
- Constant Field Values
-
-