TIMRefreshListener Protocol Reference

Conforms to NSObject
Declared in TIMCallback.h

Overview

页面刷新接口(如有需要未读计数刷新,会话列表刷新等)

– onRefresh

刷新会话

- (void)onRefresh

Declared In

TIMCallback.h

– onRefreshConversations:

刷新部分会话

- (void)onRefreshConversations:(NSArray<TIMConversation*> *)conversations

Parameters

conversations

会话(TIMConversation*)列表

Declared In

TIMCallback.h