Package com.zopim.android.sdk.embeddable
Interface ChatActions
- 
 
 public interface ChatActionsDefinition of intent actions for chat sdk embeddable.- See Also:
- android.content.Intent
 
- 
- 
Field SummaryFields Modifier and Type Field and Description static java.lang.StringACTION_RESUME_CHATDefines the action for resuming chat.static java.lang.StringACTION_STOP_WIDGET_SERVICEDefines the action for stoppingChatWidgetService.
 
- 
- 
- 
Field Detail- 
ACTION_STOP_WIDGET_SERVICEstatic final java.lang.String ACTION_STOP_WIDGET_SERVICE Defines the action for stoppingChatWidgetService.Used to notify the chat widget that it should stop. - See Also:
- Constant Field Values
 
 - 
ACTION_RESUME_CHATstatic final java.lang.String ACTION_RESUME_CHAT Defines the action for resuming chat.Used by ChatWidgetServiceto broadcast an intent to resume the backgrounded chat UI. It the intent with this action does not get intercepted it will be handled by theZopimChatActivityas a default.- See Also:
- Constant Field Values
 
 
- 
 
-