-
Notifications
You must be signed in to change notification settings - Fork 6
SNConnection
Ju Liaoyuan edited this page Dec 20, 2022
·
1 revision
Inherits from NSObject
Declared in SNConnection.h
SNConnection.m
连接状态改变回调。 返回值参见 SRConnState 枚举
- (RACSubject *)connectionStateChanged
连接状态改变回调。 返回值参见 SRConnState 枚举
SNConnection.h
进入长连房间
- (RACSignal *)enter
进入长连房间
SNConnection.h
初始化配置
- (instancetype)initWithConfigModel:(SNConfigModel *)*configModel*
configModel
后台下发配置,@see SNConfigModel
初始化配置
SNConnection.h
收到消息
- (RACSubject *)msgSubject
收到消息
SNConnection.h
未实现 发送消息
- (RACSignal *)sendWithMsgModel:(SRMsgSendModel *)*msgModel*
msgModel
消息
SNConnection.h
更新配置
- (RACSignal *)updateConfigModel:(SNConfigModel *)*configModel*
configModel
配置,@see SNConfigModel
更新配置
SNConnection.h
Sona Wiki