MXChatCategory Class Reference

Inherits from NSObject
Declared in MXChatCategory.h

Overview

@class MXChatCategory

The class define the chat category info.

  categoryID

@property categoryID

@property (nonatomic, readonly, assign) UInt64 categoryID

Discussion

The category id that identify category.

Declared In

MXChatCategory.h

  name

@property name

@property (nonatomic, readonly, copy) NSString *name

Discussion

The category’s name.

Declared In

MXChatCategory.h

  isDefault

@property isDefault

@property (nonatomic, readonly, assign) BOOL isDefault

Discussion

Yes if it is default category.

Declared In

MXChatCategory.h