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
      • ACTION_CHAT_BACKGROUND

        static final java.lang.String ACTION_CHAT_BACKGROUND
        Intent action notifying that the primary chat messages UI has paused.
        See Also:
        Constant Field Values
      • ACTION_CHAT_FOREGROUND

        static final java.lang.String ACTION_CHAT_FOREGROUND
        Intent action notifying that the primary chat messages UI has resumed.
        See Also:
        Constant Field Values
      • ACTION_CHAT_APP_FOREGROUND

        static final java.lang.String ACTION_CHAT_APP_FOREGROUND
        Intent action notifying that the app has moved to foreground.
        See Also:
        Constant Field Values
      • ACTION_CHAT_APP_BACKGROUND

        static final java.lang.String ACTION_CHAT_APP_BACKGROUND
        Intent action notifying that the app has moved to background.
        See Also:
        Constant Field Values