public interface ChatActions
Intent
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_RESUME_CHAT
Defines the action for resuming chat.
|
static String |
ACTION_STOP_WIDGET_SERVICE
Defines the action for stopping
ChatWidgetService . |
static final String ACTION_STOP_WIDGET_SERVICE
ChatWidgetService
.
Used to notify the chat widget that it should stop.
static final 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.