LKAppExpConnectState Constants Reference
Declared in | LKAppExpress.h |
---|
LKAppExpConnectState
长连接通道连接状态枚举
Definition
typedef NS_ENUM(NSInteger, LKAppExpConnectState ) {
LKAppExpConnectStateConnected = 1,
LKAppExpConnectStateDisconnected = 2,
LKAppExpConnectStateConnecting = 3,
};
Constants
Declared In
LKAppExpress.h