Interface ChatSession

  • All Known Implementing Classes:
    ZopimChatApi


    public interface ChatSession
    Interface definition of the chat session

    Defines set of defaults and constraints for configuring chat session timeouts.

    • Field Detail

      • ACTION_CHAT_INITIALIZATION_TIMEOUT

        static final java.lang.String ACTION_CHAT_INITIALIZATION_TIMEOUT
        Defines the action for chat initialization timeout. Register android.content.BroadcastReceiver to filter android.content.IntentFilter#addAction(String) intents with this action.
        See Also:
        Constant Field Values
      • ACTION_CHAT_SESSION_TIMEOUT

        static final java.lang.String ACTION_CHAT_SESSION_TIMEOUT
        Defined the action for chat session timeout. Register android.content.BroadcastReceiver to filter android.content.IntentFilter#addAction(String) intents with this action.
        See Also:
        Constant Field Values