public interface ChatActions
Intent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_RESUME_CHAT
Defines the action for resuming chat.
|
static java.lang.String |
ACTION_STOP_WIDGET_SERVICE
Defines the action for stopping
ChatWidgetService . |
static final java.lang.String ACTION_STOP_WIDGET_SERVICE
ChatWidgetService
.
Used to notify the chat widget that it should stop.
static final java.lang.String ACTION_RESUME_CHAT
Used by ChatWidgetService
to broadcast an intent to resume the backgrounded chat UI.
It the intent with this action does not get intercepted it will be handled by the ZopimChatActivity
as a default.