MXChatCategory Class Reference

Inherits from NSObject
Declared in MXChatCategory.h

Overview

The MXChatCategory class provides interfaces for basic information about chat catogories.

  name

The category name

@property (nonatomic, strong, readonly, nullable) NSString *name

Declared In

MXChatCategory.h

  categoryId

The category id

@property (nonatomic, assign, readonly) NSString *categoryId

Declared In

MXChatCategory.h

  isDefault

A boolean value indicating whether this category is the default one.

@property (nonatomic, assign, readonly) BOOL isDefault

Declared In

MXChatCategory.h