public interface ChatSession
Defines set of defaults and constraints for configuring chat session timeouts.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_CHAT_APP_BACKGROUND
Intent action notifying that the app has moved to background.
|
static java.lang.String |
ACTION_CHAT_APP_FOREGROUND
Intent action notifying that the app has moved to foreground.
|
static java.lang.String |
ACTION_CHAT_BACKGROUND
Intent action notifying that the primary chat messages UI has paused.
|
static java.lang.String |
ACTION_CHAT_FOREGROUND
Intent action notifying that the primary chat messages UI has resumed.
|
static java.lang.String |
ACTION_CHAT_INITIALIZATION_TIMEOUT
Defines the action for chat initialization timeout.
|
static java.lang.String |
ACTION_CHAT_SESSION_TIMEOUT
Defined the action for chat session timeout.
|
static long |
DEFAULT_CHAT_INITIALIZATION_TIMEOUT
Defines default chat initialization timeout.
|
static long |
DEFAULT_CHAT_SESSION_TIMEOUT
Defines default chat session timeout.
|
static long |
DEFAULT_RECONNECT_TIMEOUT
Defines default reconnect timeout.
|
static final java.lang.String ACTION_CHAT_INITIALIZATION_TIMEOUT
BroadcastReceiver
to filter IntentFilter.addAction(String)
intents with this action.static final java.lang.String ACTION_CHAT_SESSION_TIMEOUT
BroadcastReceiver
to filter IntentFilter.addAction(String)
intents with this action.static final java.lang.String ACTION_CHAT_BACKGROUND
static final java.lang.String ACTION_CHAT_FOREGROUND
static final java.lang.String ACTION_CHAT_APP_FOREGROUND
static final java.lang.String ACTION_CHAT_APP_BACKGROUND
static final long DEFAULT_CHAT_INITIALIZATION_TIMEOUT
ZopimChatApi.DefaultConfig.initializationTimeout(long)
static final long DEFAULT_RECONNECT_TIMEOUT
ZopimChatApi.DefaultConfig.reconnectTimeout(long)
static final long DEFAULT_CHAT_SESSION_TIMEOUT
ZopimChatApi.DefaultConfig.initializationTimeout(long)