public class

Defaults

extends Object
java.lang.Object
   ↳ com.nexmo.sdk.conversation.config.Defaults

Class Overview

Defaults.

Summary

Constants
int BITMAP_COMPRESS_QUALITY
int CONNECTION_READ_TIMEOUT
int CONNECTION_TIMEOUT
int MAX_ALLOWABLE_TIME_DELTA
long MAX_CONVERSATION_LIST_SIZE
int RECONNECT_DELAY
int RECONNECT_DELAY_THRESHOLD
double RECONNECT_RANDOMIZATION_FACTOR
long TYPING_TIMER_LENGTH
Public Constructors
Defaults()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BITMAP_COMPRESS_QUALITY

Constant Value: 90 (0x0000005a)

public static final int CONNECTION_READ_TIMEOUT

Constant Value: 10000 (0x00002710)

public static final int CONNECTION_TIMEOUT

Constant Value: 15000 (0x00003a98)

public static final int MAX_ALLOWABLE_TIME_DELTA

Constant Value: 300000 (0x000493e0)

public static final long MAX_CONVERSATION_LIST_SIZE

Constant Value: 150 (0x0000000000000096)

public static final int RECONNECT_DELAY

Constant Value: 10000 (0x00002710)

public static final int RECONNECT_DELAY_THRESHOLD

Constant Value: 120000 (0x0001d4c0)

public static final double RECONNECT_RANDOMIZATION_FACTOR

Constant Value: 0.2

public static final long TYPING_TIMER_LENGTH

Constant Value: 1000 (0x00000000000003e8)

Public Constructors

public Defaults ()