TCHCommandTimeout Constants Reference

Declared in TCHConstants.h

TCHCommandTimeout

The userInfo key for the error message, if any.

Definition

typedef NS_ENUM(NSInteger, TCHCommandTimeout ) {
   TCHCommandTimeoutMin = 10000,
   TCHCommandTimeoutMax = 0 x7fffffff,
   TCHCommandTimeoutDefault = 90000,
};

Constants

TCHCommandTimeoutMin

Minimum valid command timeout value in milliseconds that could be used in TwilioChatClientProperties.

Declared In TCHConstants.h.

TCHCommandTimeoutMax

Maximum valid command timeout value in milliseconds that could be used in TwilioChatClientProperties.

Declared In TCHConstants.h.

TCHCommandTimeoutDefault

Default command timeout value in milliseconds that could be used in TwilioChatClientProperties.

Declared In TCHConstants.h.

Declared In

TCHConstants.h