Package com.zopim.android.sdk.embeddable
Interface ChatActions
-
public interface ChatActions
Definition of intent actions for chat sdk embeddable.- See Also:
android.content.Intent
-
-
Field Summary
Fields 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 stoppingChatWidgetService
.
-
-
-
Field Detail
-
ACTION_STOP_WIDGET_SERVICE
static 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_CHAT
static final java.lang.String ACTION_RESUME_CHAT
Defines the action for resuming 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 theZopimChatActivity
as a default.- See Also:
- Constant Field Values
-
-