MXChatViewControllerTab Constants Reference

Declared in MXChatViewController.h

MXChatViewControllerTab

An enumeration for tabs in chats.

  • MXChatViewControllerTabChat: The chat tab.
  • MXChatViewControllerTabFile: The file tab.
  • MXChatViewControllerTabTodo: The todo tab.

Definition

typedef NS_ENUM(NSUInteger, MXChatViewControllerTab ) {
   MXChatViewControllerTabChat,
   MXChatViewControllerTabFile,
   MXChatViewControllerTabTodo,
};

Constants

MXChatViewControllerTabChat

An enumeration for tabs in chats.

Declared In MXChatViewController.h.

MXChatViewControllerTabFile

An enumeration for tabs in chats.

Declared In MXChatViewController.h.

MXChatViewControllerTabTodo

An enumeration for tabs in chats.

Declared In MXChatViewController.h.

Declared In

MXChatViewController.h