RCSettingViewController Class Reference

Inherits from RCConversationSettingTableViewController : UITableViewController
Declared in RCSettingViewController.h

Overview

会话设置的ViewController

  targetId

当前会话的目标会话ID

@property (nonatomic, copy) NSString *targetId

Discussion

当前会话的目标会话ID

Declared In

RCSettingViewController.h

  conversationType

当前会话的会话类型

@property (nonatomic, assign) RCConversationType conversationType

Discussion

当前会话的会话类型

Declared In

RCSettingViewController.h

  clearHistoryCompletion

清空会话中所有消息的回调

@property (nonatomic, copy) clearHistory clearHistoryCompletion

Discussion

清空会话中所有消息的回调

在清空消息的的回调中,您需要调用会话页面的reloadData进行刷新。

Declared In

RCSettingViewController.h

  clearMsgHistoryAlertController

清空会话中所有消息的 AlertController

@property (nonatomic, readonly, strong) UIAlertController *clearMsgHistoryAlertController

Discussion

清空会话中所有消息的 AlertController

Declared In

RCSettingViewController.h

– clearHistoryMessage

清空会话中所有消息

- (void)clearHistoryMessage

Discussion

清空会话中所有消息

Declared In

RCSettingViewController.h

– settingTableViewHeader:indexPathOfSelectedItem:allTheSeletedUsers:

点击Item(用户头像或加减号)的回调

- (void)settingTableViewHeader:(RCConversationSettingTableViewHeader *)settingTableViewHeader indexPathOfSelectedItem:(NSIndexPath *)indexPathOfSelectedItem allTheSeletedUsers:(NSArray *)users

Parameters

settingTableViewHeader

当前会话设置界面

indexPathOfSelectedItem

点击的Item索引值

users

当前的用户信息RCUserInfo列表

Discussion

点击Item(用户头像或加减号)的回调

Declared In

RCSettingViewController.h

– deleteTipButtonClicked:

点击删除用户的回调

- (void)deleteTipButtonClicked:(NSIndexPath *)indexPath

Parameters

indexPath

当前删除的用户的头像索引值

Discussion

点击删除用户的回调

点击头像左上角的删除按钮时的回调。

Declared In

RCSettingViewController.h