MXChatViewControllerDelegate Protocol Reference

Conforms to NSObject
Declared in MXChatViewController.h

Overview

The MXChatViewControllerDelegate protocol describes the methods that MXChatViewController object call on their delegates to handle chat view events.

– chatViewController:didSelectTab:

Tells the delegate that user selected a tab

- (void)chatViewController:(MXChatViewController *)controller didSelectTab:(NSUInteger)index

Parameters

controller

The MXChatViewController

index

The index of tab which user selected

Declared In

MXChatViewController.h