pragma mark AVIMDelegate
- (void)imClientPaused:(AVIMClient *)imClient
{
NSLog(@"%s", PRETTY_FUNCTION);
NSLog(@"called once");
}
从日志中看到,被调用了两次
2016-01-05 11:54:11.948 EnglishMaster[30083:810647] -[Session imClientPaused:]
2016-01-05 11:54:11.948 EnglishMaster[30083:810647] called once
2016-01-05 11:54:12.956 EnglishMaster[30083:810647] -[Session imClientPaused:]
2016-01-05 11:54:12.956 EnglishMaster[30083:810647] called once
-
创建时间
16年1月5日
-
最后回复
16年1月22日
-
5
回复
-
1.3K
浏览
-
3
用户