-
Notifications
You must be signed in to change notification settings - Fork 6
SRRoomConn
Ju Liaoyuan edited this page Dec 20, 2022
·
1 revision
Inherits from NSObject
Declared in SRRoomConn.h
SRRoomConn.m
TODO: self.configModel.productConfig.imConfig.imSendType == 2
- (RACSignal *)giftRewardWithModel:(SRGiftRewardModel *)*model*
TODO: self.configModel.productConfig.imConfig.imSendType == 2
SRRoomConn.m
透传消息接口 发送: RACTuple 接收方式: RACTupleUnpack(NSNumber *type, id msg) = tuple;
- (RACSubject *)msgSubject
透传消息接口 发送: RACTuple 接收方式: RACTupleUnpack(NSNumber *type, id msg) = tuple;
SRRoomConn.h
发送消息
- (RACSignal *)sendMessageWithModel:(SRMsgSendModel *)*model*
model
消息模型
resp 回调
发送消息
SRRoomConn.h
停止幂等轮询
- (void)stopPollingTimer
停止幂等轮询
SRRoomConn.h
更新配置
- (void)updateConfigWithModel:(SNConfigModel *)*model*
更新配置
SRRoomConn.h
Sona Wiki